fix a size on mobile view

This commit is contained in:
meaz 2020-02-12 18:11:10 +01:00
parent 21f8eb993d
commit 49cf3d9509
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,10 @@
@media only screen and (max-width: 830px) {
a {
font-size: 85%;
}
.narrow {
max-width: 100%;
margin: 0 auto
@ -170,6 +174,7 @@
@media only screen and (max-width: 600px) {
/* Language menu*/
.language-selector {