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-09 17:58:12 +0300
committerZack Scholl <zack.scholl@gmail.com>2017-12-09 17:58:12 +0300
commitc9c2883e806bb950d50cd37eb651fb487f147a9e (patch)
tree2338af227f3c0ed5f73459f210c3702a82ab2211
parent0ab3942723bfc26670707c6e168c60ece409311c (diff)
Expand text on full screen
-rw-r--r--static/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 87a47c7..81ee619 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -13,8 +13,7 @@ hr {
border-bottom-width: 1px;
border-width: .125rem;
border-color: rgba(0, 0, 0, .1);
- margin-top: 2rem;
- margin-bottom: 2rem;
+ margin-top: 3rem;
}
dt {
@@ -127,7 +126,7 @@ ol, ul, li, p,dd {
-webkit-margin-end: 0;
line-height: 1.5;
font-size: 1.25rem;
- max-width: 30rem;
+ max-width: 34rem;
}
@media screen and (min-width: 30em) and (max-width: 60em) {
@@ -137,6 +136,7 @@ ol, ul, li, p,dd {
ol, ul, li, p, dd {
font-size: 1.2rem;
+ max-width: 30rem;
}
}