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 {
|
a.view-pdf {
|
||||||
padding-top: 0.6em;
|
padding-top: 0.6em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Add table
Reference in a new issue