Fix height of some div

This commit is contained in:
meaz 2020-02-12 18:00:39 +01:00
parent 4ffa070468
commit 21f8eb993d
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,7 @@
@media only screen and (max-width: 830px) {
.narrow{
.narrow {
max-width: 100%;
margin: 0 auto
}
@ -119,6 +119,10 @@
margin-bottom: 20px;
}
.three {
min-height: auto;
}
}
.language-selector {