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

github.com/funkydan2/hugo-kiera.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoravianto <avianto@gmail.com>2017-11-14 07:11:15 +0300
committeravianto <avianto@gmail.com>2017-11-14 07:11:31 +0300
commite6d1f6f1b8120b4cdbba5420915a13fecfd81b6d (patch)
tree75979becf788311ddcbfabe4f8f04600d2a41420 /static
parent950df520a57a4d5bbcedd112b4f7a1940aedc32b (diff)
Kiera update for mobile
Diffstat (limited to 'static')
-rw-r--r--static/css/styles.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index e3cb7e3..5f1379e 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -33,7 +33,7 @@ time {
@media only screen and (max-width: 800px) {
#container > * {
width: auto;
- margin: 0 3em;
+ margin: 0 1.2em;
}
}
@@ -61,6 +61,15 @@ time {
margin-left: 1em;
}
+@media only screen and (max-width: 800px) {
+ #container header ul {
+ float: none;
+ }
+ #container header ul li {
+ margin: 0 1em 0 0;
+ }
+}
+
#container nav {
border-bottom: solid 3px #cecece;
padding-bottom: 0.5em;
@@ -329,6 +338,13 @@ blockquote::before {
top: 0;
}
+@media only screen and (max-width: 800px) {
+ blockquote {
+ margin: 1em 0;
+ padding: 0.5em;
+ }
+}
+
dl dd {
font-style: italic;
}