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

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-01-09 20:27:28 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-01-09 20:27:28 +0300
commit1a6cbb2a75041c1204a655cbed730b83ae135384 (patch)
tree7b22879db3a3e6d11989e99dd3191e564cfe0e63 /assets
parentf83f56f21156dc5e275f47041c1a46c91cc95138 (diff)
make some small adjustments
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 0e7be99..be5200a 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -157,6 +157,7 @@
.hero__caption > h2 {
font-size: var(--subheader);
+ margin-top: 0.45rem;
}
/* CTA */
@@ -190,7 +191,7 @@
.card__header__author {
margin-bottom: 0.75rem;
- text-align: center;
+ text-align: left;
}
/* POST */
@@ -214,6 +215,7 @@
.post__subtitle {
grid-area: subtitle;
+ margin-top: 0.75rem;
text-align: center;
}