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

github.com/fncnt/vncnt-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfncnt <github@vncnt.eu>2019-03-28 14:25:23 +0300
committerfncnt <github@vncnt.eu>2019-03-28 14:25:23 +0300
commitd77304c6d4692b3df2abf455e6a4c0e295da3825 (patch)
tree9f9bf3938b01ef41960f978b6b28f1797fed869a
parent4823865a8d72060aefd9345c9015d6b337ebf375 (diff)
That should be all for now concerning random tweaks.
-rw-r--r--static/css/vncnt.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/css/vncnt.css b/static/css/vncnt.css
index 1528472..3643fce 100644
--- a/static/css/vncnt.css
+++ b/static/css/vncnt.css
@@ -102,14 +102,14 @@ p.reset-margin {
/* Larger than phablet */
@media (min-width: 900px) {
+ html {
+ --base-font-size: 80%;
+ }
+
p.reset-margin {
margin-bottom: 2rem; /*skeleton.css: 2.5rem*/
}
}
/* Larger than tablet */
-@media (min-width: 1200px) {
- html {
- --base-font-size: 80%;
- }
-}
+@media (min-width: 1200px) {}