Skip to content
Snippets Groups Projects
Commit 9f2f766c authored by Anika Henke's avatar Anika Henke
Browse files

increased font size for mobile version

parent d22cdf50
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ body {
body {
font: normal 87.5%/1.4 Arial, sans-serif;
/* default font size: 100% => 16px; 93.75% => 15px; 87.5% => 14px; 81.25% => 13px; 75% => 12px */
-webkit-text-size-adjust: 100%;
}
......
......@@ -107,6 +107,10 @@
********************************************************************/
@media only screen and (max-width: 480px) {
body {
font-size: 100%;
}
/*____________ structure ____________*/
#dokuwiki__site {
......
......@@ -67,6 +67,6 @@ __missing__ = "#d30"
; highlighting search snippets
__highlight__ = "#ff9"
; sidebar width
; site and sidebar widths
__site_width__ = "75em"
__sidebar_width__ = "16em"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment