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

github.com/azmelanar/hugo-theme-pixyll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorkshcherban <k.scherban@gmail.com>2014-11-15 22:28:59 +0300
committerkshcherban <k.scherban@gmail.com>2014-11-15 22:28:59 +0300
commit56edb44d173cea66e045afb9fb847c5c9d321f4e (patch)
treeab8bc259e8191bfa9b27829e2822350948802570 /static
parentde1d2d28f42c7606fad69e1315235e62084415db (diff)
Decreased h1 font size on maximum width
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 22fd7e7..9601ca8 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -391,12 +391,12 @@ h6,
@media screen and (min-width: 64em) {
.h1,
h1 {
- font-size: 4.498rem;
+ font-size: 3.5rem;
}
.h2,
h2 {
- font-size: 3.18rem;
+ font-size: 3rem;
}
.h3,