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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2018-08-24 22:19:09 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-24 22:19:09 +0300
commit151c0021de2d4d8a6c5feeffa9ac693ee46c283a (patch)
treecb1133243e5d488be7cdf658975c1e9c6f69d265 /static
parenta70f1b6d28d13f5e560cd05a8c27b4b65245f313 (diff)
Center article title
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index f253094..1dec016 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -174,6 +174,18 @@ a.btn-back {
transition: color 0.1s linear;
}
+.article-title {
+ position: relative;
+}
+
+.article-title h1 {
+ font-size: 44px;
+}
+
+.article-title * {
+ text-align: center;
+}
+
.post-meta {
margin: 5px 0;
}
@@ -274,6 +286,31 @@ a.btn-back {
/* Bootstrap adjustions */
+h1,
+.h1 {
+ font-size: 36px;
+}
+h2,
+.h2 {
+ font-size: 30px;
+}
+h3,
+.h3 {
+ font-size: 24px;
+}
+h4,
+.h4 {
+ font-size: 18px;
+}
+h5,
+.h5 {
+ font-size: 14px;
+}
+h6,
+.h6 {
+ font-size: 12px;
+}
+
pre {
font-size: 13px;
}