extend header width when zoomed in

This commit is contained in:
filifa 2024-08-04 20:11:17 -05:00
parent 8508b75bb2
commit 1b9c8e45e2
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ aside {
header { header {
display: flex; display: flex;
align-items: center; align-items: center;
min-width: min-content;
} }
footer { footer {