Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Scholl <zack.scholl@gmail.com>2017-12-15 17:22:59 +0300
committerZack Scholl <zack.scholl@gmail.com>2017-12-15 17:22:59 +0300
commit188c460f352806247787afad212efb0ffaac4cd9 (patch)
tree2e37e5db2382ca90be4d93a8c2a2871804b6ea88
parentf4d5d6395b4ab9a386873916d7d08490f1f28574 (diff)
Update style
-rw-r--r--static/css/style3.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/style3.css b/static/css/style3.css
index cd8ae5f..6a65c61 100644
--- a/static/css/style3.css
+++ b/static/css/style3.css
@@ -28,7 +28,7 @@ dd {
h1 {
font-size: 3rem;
- max-width: 34rem;
+ max-width: 38rem;
}
h2 {
@@ -126,7 +126,7 @@ ol, ul, li, p,dd {
-webkit-margin-end: 0;
line-height: 1.5;
font-size: 1.25rem;
- max-width: 34rem;
+ max-width: 38rem;
}
@media screen and (min-width: 30em) and (max-width: 60em) {
@@ -136,7 +136,7 @@ ol, ul, li, p,dd {
ol, ul, li, p, dd {
font-size: 1.2rem;
- max-width: 30rem;
+ max-width: 34rem;
}
}