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

github.com/gundamew/hugo-bingo.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.css23
1 files changed, 19 insertions, 4 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index dfa176a..ad9e176 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -11,9 +11,11 @@
}
blockquote {
- background: var(--grey-light);
- border-left: .5rem solid var(--grey-dark);
- padding: .5rem 1rem;
+ border-left: 4px solid var(--grey-dark);
+ font-style: italic;
+ padding-left: 2rem;
+ margin-top: 2rem;
+ margin-bottom: 2rem;
}
@media (max-width: 576px) {
@@ -27,7 +29,7 @@ footer,
.container {
margin-left: auto;
margin-right: auto;
- max-width: 80%;
+ max-width: 64rem;
}
header {
@@ -194,6 +196,15 @@ ul {
font-weight: bold;
}
+#single {
+ width: 100%;
+}
+
+#single > div {
+ color: var(--grey-dark);
+ text-align: center;
+}
+
#single > h1,
#single > h2 {
line-height: 1.5;
@@ -201,6 +212,10 @@ ul {
padding: 8px 24px;
}
+.post-date {
+ margin-bottom: 2rem;
+}
+
.post-content {
line-height: 2;
margin: 8px 48px;