diff --git a/assets/style.css b/assets/style.css index ab56c09..78fce43 100644 --- a/assets/style.css +++ b/assets/style.css @@ -688,10 +688,6 @@ video { margin-top: 0.5rem; } -.mb-1 { - margin-bottom: 0.25rem; -} - .block { display: block; } @@ -758,10 +754,6 @@ video { gap: 0.5rem; } -.gap-3 { - gap: 0.75rem; -} - .gap-x-6 { -moz-column-gap: 1.5rem; column-gap: 1.5rem; @@ -771,10 +763,6 @@ video { row-gap: 1rem; } -.gap-y-8 { - row-gap: 2rem; -} - .self-start { align-self: flex-start; } @@ -856,9 +844,8 @@ video { font-family: Spline Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } -.text-xl { - font-size: 1.25rem; - line-height: 1.75rem; +.text-\[20px\] { + font-size: 20px; } .text-sm { @@ -871,33 +858,6 @@ video { line-height: 2.25rem; } -.text-2xl { - font-size: 1.5rem; - line-height: 2rem; -} - -.text-\[2\.4vw\] { - font-size: 2.4vw; -} - -.text-lg { - font-size: 1.125rem; - line-height: 1.75rem; -} - -.text-\[20px\] { - font-size: 20px; -} - -.text-\[24px\] { - font-size: 24px; -} - -.text-base { - font-size: 1rem; - line-height: 1.5rem; -} - .font-bold { font-weight: 700; } @@ -1137,51 +1097,14 @@ html:not(.dark) .light\:hidden { .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } - - .sm\:text-xl { - font-size: 1.25rem; - line-height: 1.75rem; - } - - .sm\:leading-normal { - line-height: 1.5; - } } @media (min-width: 768px) { - .md\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - - .md\:flex-row { - flex-direction: row; - } - - .md\:items-center { - align-items: center; - } - - .md\:gap-2 { - gap: 0.5rem; - } - - .md\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; - } - .md\:text-\[22px\] { font-size: 22px; } } -@media (min-width: 1000px) { - .min-\[1000px\]\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; - } -} - @media (min-width: 1024px) { .lg\:container { width: 100%; @@ -1275,22 +1198,3 @@ html:not(.dark) .light\:hidden { background-color: transparent; } } - -@media (min-width: 1280px) { - .xl\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - - .xl\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; - } - - .xl\:text-\[24px\] { - font-size: 24px; - } - - .xl\:leading-normal { - line-height: 1.5; - } -} diff --git a/layouts/partials/language-selector.html b/layouts/partials/language-selector.html index 0379c8a..e4796d9 100644 --- a/layouts/partials/language-selector.html +++ b/layouts/partials/language-selector.html @@ -1,26 +1,24 @@