From 3c5985d52ff547f969d6e0d0f545fa359034676f Mon Sep 17 00:00:00 2001 From: Tobias Feigel Date: Sat, 14 Jun 2025 21:12:49 +0200 Subject: [PATCH] feat: update responsive utility classes and adjust navbar logo styles --- assets/css/styles.css | 17 +++++++++++++++-- site/snippets/navbar.php | 4 ++-- src/css/input.css | 17 +++++++++++++++-- 3 files changed, 32 insertions(+), 6 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 6a88a6b..babe936 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -1,5 +1,3 @@ -@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700|Roboto&display=swap'); - /* ubuntu-300 - latin */ @font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ @@ -5564,6 +5562,16 @@ height: calc(var(--spacing) * 24); } } + .md\:h-32 { + @media (width >= 48rem) { + height: calc(var(--spacing) * 32); + } + } + .md\:w-32 { + @media (width >= 48rem) { + width: calc(var(--spacing) * 32); + } + } .md\:h-36 { @media (width >= 48rem) { height: calc(var(--spacing) * 36); @@ -5629,6 +5637,11 @@ margin-top: calc(var(--spacing) * 24); } } + .md\:mt-20 { + @media (width >= 48rem) { + margin-top: calc(var(--spacing) * 20); + } + } .lg\:block { @media (width >= 64rem) { display: block; diff --git a/site/snippets/navbar.php b/site/snippets/navbar.php index 2fa0576..871e15a 100644 --- a/site/snippets/navbar.php +++ b/site/snippets/navbar.php @@ -16,13 +16,13 @@
-
+
- +