From 06d300397037c53d49755dc1413358daeb2dd337 Mon Sep 17 00:00:00 2001 From: Skylar Brown Date: Thu, 26 Sep 2024 14:59:32 -0600 Subject: [PATCH] fix: try making some changes to change the asset hashes --- website/app/globals.css | 27 --------------------------- website/components/DocsLayout.tsx | 1 - 2 files changed, 28 deletions(-) diff --git a/website/app/globals.css b/website/app/globals.css index 56a2393..1ea4ebf 100644 --- a/website/app/globals.css +++ b/website/app/globals.css @@ -160,30 +160,3 @@ code { font-size: 14px; } } - -/* Carousel styles */ -.carousel .control-prev.control-arrow:before { - border-right: 16px solid rgb(255, 255, 255) !important; - border-top: 16px solid transparent !important; - border-bottom: 16px solid transparent !important; -} -.carousel .control-prev { - margin-left: -10px; -} - -.carousel .control-next.control-arrow:before { - border-left: 16px solid rgb(255, 255, 255) !important; - border-top: 16px solid transparent !important; - border-bottom: 16px solid transparent !important; -} -.carousel .control-next { - margin-right: -10px; -} - -.carousel .control-dots .dot { - width: 16px !important; - height: 16px !important; -} -.carousel .control-dots { - margin: 0 !important; -} diff --git a/website/components/DocsLayout.tsx b/website/components/DocsLayout.tsx index 0b16fe1..b9c4886 100644 --- a/website/components/DocsLayout.tsx +++ b/website/components/DocsLayout.tsx @@ -80,7 +80,6 @@ namespace S { h3 { font-size: 24px; - font-weight: 500; line-height: 1.33; @media (max-width: 768px) {