small fixes

This commit is contained in:
teldra 2022-06-15 16:39:09 +02:00
parent fb696de379
commit 1c79219a4b
3 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.container, body {
.container {
overflow: auto;
display: flex;
flex-direction: column;

View File

@ -31,10 +31,13 @@ header {
}
}
.fakeheader {
height: 5rem;
height: 1rem;
}
@media (min-width: 640px) {
header {
.fakeheader {
height: 5rem;
}
header {
width: 86%;
div {
svg {

View File

@ -8,9 +8,8 @@
main {
overflow: auto;
width: 98vw;
margin-left: auto;
padding-right: 1vw;
margin-right: 0;
aside {
text-align: center;
}