forked from Bunteshaus/bunteshaus.de
small fixes
This commit is contained in:
parent
1c79219a4b
commit
ba449ff1f6
|
@ -3,7 +3,8 @@
|
|||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-right: 0;
|
||||
width: 98vw;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
|
|
|
@ -7,9 +7,11 @@
|
|||
}
|
||||
|
||||
main {
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
width: 98vw;
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
padding-right: 1vw;
|
||||
aside {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user