fix a size on mobile view
This commit is contained in:
parent
21f8eb993d
commit
49cf3d9509
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue