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 @@ >
- + {{ partial "logo.html" }}