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
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index aeab7f5..f0c3aa5 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -125,7 +125,6 @@
margin: 1.75rem 0 0 2.75rem;
}
-
.hamburger__items__item__link {
color: var(--primary-text);
}
@@ -177,7 +176,8 @@
/* SECTION */
.section {
- margin: 2.75rem 30%;
+ margin: 2.75rem 24%;
+ text-justify: distribute;
}
.section__title {
@@ -261,11 +261,7 @@
}
.post__body {
- align-items: center;
- display: flex;
- flex-direction: column;
- justify-content: center;
- margin: 1.75rem 30% 0.75rem;
+ margin: 1.75rem 24% 0.75rem;
}
.post__body > figure {