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:13:07 +0300
committerfncnt <github@vncnt.eu>2019-03-28 14:13:07 +0300
commitc1ac92b9f917ffebf6ba91a495866b5427131b8e (patch)
tree38845be7b636051c5f2fc2ec74e711a96474729e
parent8efd402b5c3a54fec80808ee52d8b39f9ae46d13 (diff)
Even more @media query adjustments.
-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 e3b4e01..4d5d462 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) {}
+@media (min-width: 1200px) {
+ html {
+ --base-font-size: 80%;
+ }
+}