This commit is contained in:
Raymond Hill 2018-12-21 07:31:11 -05:00
parent 01ac7bd28d
commit 55f2014e8c
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
2 changed files with 7 additions and 1 deletions

View file

@ -22,6 +22,12 @@ body {
font-size: large; font-size: large;
text-align: center; text-align: center;
} }
@media (max-height: 640px) {
body {
font-size: small;
}
}
body > div { body > div {
margin: 1.5em 0; margin: 1.5em 0;
} }

View file

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=yes">
<title></title> <title></title>
<link rel="stylesheet" href="css/common.css" type="text/css"> <link rel="stylesheet" href="css/common.css" type="text/css">
<link rel="stylesheet" type="text/css" href="css/document-blocked.css"> <link rel="stylesheet" type="text/css" href="css/document-blocked.css">