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 23:00:40 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-24 23:00:40 +0300
commit2f31dc423bad13470d8c21571a699a659ff395a7 (patch)
treebda22ddcfefd992a10bce0f9142a18a4c67fd6e5 /static
parent0c224ff577aab3f1f64d8c18b1cdc62d92c922fd (diff)
Change article page layout a bit
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 1dec016..f64dea2 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -186,10 +186,6 @@ a.btn-back {
text-align: center;
}
-.post-meta {
- margin: 5px 0;
-}
-
.post-date {
color: rgba(0, 0, 0, 0.4);
}
@@ -329,6 +325,10 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Source Sans Pro", "Kozuka Gothic Pr6N", Meiryo, sans-serif !important;
}
+small, .small {
+ font-size: 80%;
+}
+
.btn > a:hover {
text-decoration: none;
}