aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-13 09:07:35 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-13 09:07:35 +0200
commit9a6ba9adcf6393b75fc254e7fb08e1583a4001e8 (patch)
tree31a36fb8eb8f24cbf7545f76981b4157369604f4 /styles
parent35c07445d07dd9f902df5ee991f7ccf3ac6a5f4a (diff)
added images + some styling + software post (empty)
Diffstat (limited to 'styles')
-rw-r--r--styles/card.css1
-rw-r--r--styles/tags.css4
2 files changed, 4 insertions, 1 deletions
diff --git a/styles/card.css b/styles/card.css
index 8a589e2..0b3a20c 100644
--- a/styles/card.css
+++ b/styles/card.css
@@ -16,6 +16,7 @@
border-radius: 6px;
max-height: 220px;
object-fit: cover;
+ margin-bottom: 6px;
}
.postCard .title {
diff --git a/styles/tags.css b/styles/tags.css
index 5e6af11..bf1197b 100644
--- a/styles/tags.css
+++ b/styles/tags.css
@@ -1,5 +1,5 @@
.tags {
- margin-top: 12px;
+ margin-top: 6px;
}
.tags .tag {
@@ -15,6 +15,8 @@
position: relative;
z-index: 1;
+
+ margin-top: 6px;
}
@media (prefers-color-scheme: light) {