diff --git a/404.html b/404.html index 0735c3a4..38f2baa0 100644 --- a/404.html +++ b/404.html @@ -578,16 +578,6 @@ template { See: https://getbootstrap.com/docs/5.0/layout/breakpoints/#available-breakpoints */ -@custom-media --sm (min-width: 576px); - -@custom-media --md (min-width: 768px); - -@custom-media --lg (min-width: 992px); - -@custom-media --xl (min-width: 1200px); - -@custom-media --xxl (min-width: 1400px); - :root[data-theme="light"] { --bg: var(--bg0); --bg0: #fbf1c7; @@ -764,7 +754,7 @@ h3 { font-size: 1.625rem; } -@media (--md) { +@media (min-width: 768px) { h1 { font-size: 2.375rem; } @@ -966,7 +956,7 @@ footer { top: 2rem; } -@media (--lg) { +@media (min-width: 992px) { .sidebar { display: flex; @@ -1007,7 +997,7 @@ header { display: none; } -@media (--md) { +@media (min-width: 768px) { .logo__text { display: block; } @@ -1060,7 +1050,7 @@ header { z-index: 1000; } -@media (--md) { +@media (min-width: 768px) { .search { position: relative; } @@ -1166,7 +1156,7 @@ nav#menu ul.menu--horizontal li { margin: 0 0.75rem; } -@media (--md) { +@media (min-width: 768px) { nav#menu ul.menu--horizontal { display: flex; @@ -1257,7 +1247,7 @@ nav#menu .menu__burger input { transform: translate(0, -6px) rotate(-45deg); } -@media (--md) { +@media (min-width: 768px) { nav#menu .menu__burger { display: none; @@ -1493,7 +1483,7 @@ h1:hover .post-heading__anchor, h2:hover .post-heading__anchor, h3:hover .post-h flex-flow: column; } -@media (--md) { +@media (min-width: 768px) { .jr__item-meta { align-items: center; flex-flow: row wrap; @@ -1582,6 +1572,6 @@ h1:hover .post-heading__anchor, h2:hover .post-heading__anchor, h3:hover .post-h } */ -