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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorkheiakiyama <kheiakiyama@gmail.com>2019-08-04 06:02:37 +0300
committerkheiakiyama <kheiakiyama@gmail.com>2019-08-04 06:02:37 +0300
commit4eeceb483561719c2a6536c03a4554f24b574d69 (patch)
tree1089b6c623f57daa6c9f9cdbf0f8b1fdd30e41ca /static
parent07f765675dab2b00ad39aa460118edff2f2d3fcd (diff)
add categories style
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 999ff11..b005d82 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -501,7 +501,8 @@ footer .theme-by {
transition: opacity 1s linear;
}
.intro-header .page-heading,
-.intro-header .tags-heading {
+.intro-header .tags-heading,
+.intro-header .categories-heading {
text-align: center;
}
.intro-header.big-img .page-heading,
@@ -511,7 +512,8 @@ footer .theme-by {
text-shadow: 1px 1px 3px #000;
}
.intro-header .page-heading h1,
-.intro-header .tags-heading h1 {
+.intro-header .tags-heading h1,
+.intro-header .categories-heading h1 {
margin-top: 0;
font-size: 50px;
}
@@ -566,7 +568,8 @@ footer .theme-by {
padding: 150px 0;
}
.intro-header .page-heading h1,
- .intro-header .tags-heading h1 {
+ .intro-header .tags-heading h1,
+ .intro-header .categories-heading h1 {
font-size: 80px;
}
.intro-header .post-heading h1 {