hugo: update layout architecture

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2024-09-12 17:10:05 +02:00
parent d078a3b291
commit 4443d3640a
28 changed files with 246 additions and 193 deletions

View File

@@ -1,9 +1,15 @@
/* global styles */
@layer base {
[x-cloak] {
[x-cloak=""] {
display: none !important;
}
/* alpine cloak for small screens only */
[x-cloak="sm"] {
@media (width <= 768px) {
display: none !important;
}
}
:root {
-webkit-font-smoothing: antialiased;