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

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordataCobra <datacobra@thinkbot.de>2021-04-12 20:56:21 +0300
committerdataCobra <datacobra@thinkbot.de>2021-04-12 20:56:21 +0300
commita1c789c29e687e117a0ec70b488f19878dd71251 (patch)
tree05e10e7e66ca143029df87d7d781743e07a2a36c
parentcb8feabe4637f24da4bc68dbe30b9b2e924d9fff (diff)
Fix some misbehavior in main.css
-rw-r--r--static/css/main.css18
1 files changed, 13 insertions, 5 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 9caecb9..1e88501 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -354,6 +354,10 @@ table th {
margin-bottom: 45px;
}
+.flat .post {
+ margin-bottom: 45px;
+}
+
.post-header {
display: flex;
}
@@ -386,7 +390,7 @@ table th {
font-weight: bold;
}
-.post {
+.markdown {
overflow: hidden;
}
@@ -395,10 +399,6 @@ table th {
font-family: "Roboto Slab Regular", serif;
}
-.post .post-header {
- margin-bottom: 30px;
-}
-
.post .draft-label {
color: var(--bq-color);
text-decoration: underline;
@@ -666,4 +666,12 @@ p code {
.icons {
font-size: 1.8rem;
}
+
+ .left, .alignleft {
+ float: none;
+ }
+
+ .right, .alignright {
+ float: none;
+ }
}