Make mobile fontsize bigger
This commit is contained in:
parent
9f384387b9
commit
51ecaba048
1 changed files with 7 additions and 0 deletions
|
@ -216,6 +216,13 @@ pre {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 799px) {
|
||||
.content-description {
|
||||
font-size: 16px;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
}
|
||||
|
||||
a.view-pdf {
|
||||
padding-top: 0.6em;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in a new issue