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

github.com/knadh/hugo-ink.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 21b29ce..84d0df6 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -458,7 +458,7 @@ ul {
}
.header .nav li {
margin: 0 10px 0 0;
- font-size: 14px;
+ font-size: 0.875em;
}
table {
@@ -469,3 +469,16 @@ ul {
width: 100%;
}
}
+
+@media (max-width: 400px) {
+ .header .nav.social {
+ min-width: auto;
+ margin: 0;
+ }
+ .header .site-description {
+ font-size: 1em;
+ margin-top: 10px;
+ font-size: 0.875em;
+ line-height: 1.4em;
+ }
+} \ No newline at end of file