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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 17a9e5b..fd05a1c 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -246,6 +246,8 @@ ul {
margin: 0;
padding: 0;
border: none;
+ min-width: 50px;
+ margin-left: 15px;
}
.header .site-description nav ul svg {
@@ -355,7 +357,7 @@ ul {
}
h1 {
- font-size: 2rem;
+ font-size: 1.8rem;
}
h2 {
@@ -374,9 +376,3 @@ ul {
margin-top: 10px;
}
}
-
-@media (max-width: 480px) {
- body {
- font-size: 14px;
- }
-}