fix: responsive n stuff

This commit is contained in:
Strix 2024-07-06 20:45:46 +02:00
parent 32e4ccdcb5
commit bfe0084c93
2 changed files with 3 additions and 1 deletions

View file

@ -23,6 +23,7 @@ header {
background-color: #fff;
border-bottom: 4px solid var(--theme-color);
color: #000;
align-content: center;
box-shadow: 0 0 20px var(--theme-color-lowlight);
}
@ -42,6 +43,7 @@ main {
display: flex;
flex-direction: column;
width: 100vw;
margin-bottom: 4rem;
}
main section {