extend header width when zoomed in
This commit is contained in:
parent
8508b75bb2
commit
1b9c8e45e2
|
@ -18,6 +18,7 @@ aside {
|
||||||
header {
|
header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
min-width: min-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
Loading…
Reference in New Issue