Add max width to footer

This commit is contained in:
daudix
2024-06-19 17:13:17 +03:00
parent 0160d2bcba
commit 096aea2cf0

View File

@ -5,12 +5,13 @@
text-align: center;
nav {
margin: 0 auto 1rem auto;
margin: 0 auto 1rem;
box-shadow: var(--edge-highlight);
border-radius: 22px;
background-color: var(--fg-muted-1);
padding: 0.25rem;
width: fit-content;
max-width: min(var(--container-width), 90%);
ul {
display: flex;