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:05:22 +0300
committerfncnt <github@vncnt.eu>2019-03-28 14:05:22 +0300
commit8efd402b5c3a54fec80808ee52d8b39f9ae46d13 (patch)
tree16e22eea3122d1612771a4032f9929882e35433e
parent1fc3570f5d5ebc67b053818ff600e8d11a9fc3f0 (diff)
More @media query tweaks.
-rw-r--r--static/css/vncnt.css16
1 files changed, 10 insertions, 6 deletions
diff --git a/static/css/vncnt.css b/static/css/vncnt.css
index 26cb079..e3b4e01 100644
--- a/static/css/vncnt.css
+++ b/static/css/vncnt.css
@@ -33,7 +33,7 @@ there.
}
p.reset-margin {
- margin-bottom: 2rem; /*skeleton.css: 2.5rem*/
+ margin-bottom: 1rem; /*skeleton.css: 2.5rem*/
}
.avatar {
@@ -71,10 +71,6 @@ p.reset-margin {
/* Larger than mobile (default point when grid becomes active) */
@media (min-width: 600px) {
- html {
- --base-font-size: 80%;
- }
-
.grid-container.fivetoseven {
grid-template-columns: 5fr 7fr;
}
@@ -105,7 +101,15 @@ p.reset-margin {
}
/* Larger than phablet */
-@media (min-width: 900px) {}
+@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) {}