From ae99cbf7163f84f78c036800e7c6168baeef3efc Mon Sep 17 00:00:00 2001 From: ondrej Date: Wed, 9 Nov 2022 17:25:24 +0100 Subject: [PATCH] Fix logo size on Safari --- assets/style.css | 8 ++++---- layouts/_default/baseof.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/style.css b/assets/style.css index a2bc61a..1e471b7 100644 --- a/assets/style.css +++ b/assets/style.css @@ -721,14 +721,14 @@ video { display: none; } -.h-6 { - height: 1.5rem; -} - .min-h-screen { min-height: 100vh; } +.w-40 { + width: 10rem; +} + .max-w-screen-lg { max-width: 1024px; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5a2db4e..785d1db 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -18,7 +18,7 @@ >