Fix header height

This commit is contained in:
ekzyis 2024-04-20 10:58:17 +02:00
parent fd4e3d5074
commit 55f1291be9
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<body class="bg:fade-84@dark font:fade-16@dark font:sans"> <body class="bg:fade-84@dark font:fade-16@dark font:sans">
{{ partial "header.html" . -}} {{ partial "header.html" . -}}
<div class="d:flex flex:column@<=sm pt:90 px:24 jc:center gap:44 word-break:break-word"> <div class="d:flex flex:column@<=sm pt:45 px:24 jc:center gap:44 word-break:break-word">
{{- block "side" . }}{{- end }} {{- block "side" . }}{{- end }}
<div class="max-w:700 w:full box:content-box"> <div class="max-w:700 w:full box:content-box">
{{- block "main" . }}{{- end }} {{- block "main" . }}{{- end }}

View File

@ -1,4 +1,4 @@
<nav class="w:full h:90 fixed bg:fade-84/.95@dark bg:white z:1000"> <nav class="w:full h:45 fixed bg:fade-84/.95@dark bg:white z:1000">
<div class=" <div class="
h:full h:full
w:full w:full