aboutsummaryrefslogtreecommitdiff
path: root/static/sass
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-12-01 21:43:39 +0100
committerDaniel Schadt <kingdread@gmx.de>2023-12-01 21:47:38 +0100
commit0405f45b82dfe8c46b5904783e601167189f260e (patch)
treeb82b0eb5a75c7bbb50dfbb3f03666de038bfbed5 /static/sass
parentb8e87564a4f09215a923650272a6ccfa7811ef42 (diff)
downloadmoeka-0405f45b82dfe8c46b5904783e601167189f260e.tar.gz
moeka-0405f45b82dfe8c46b5904783e601167189f260e.tar.bz2
moeka-0405f45b82dfe8c46b5904783e601167189f260e.zip
slightly adjust Mastodon icon positioning
Diffstat (limited to 'static/sass')
-rw-r--r--static/sass/main.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/sass/main.scss b/static/sass/main.scss
index 4351081..2db9138 100644
--- a/static/sass/main.scss
+++ b/static/sass/main.scss
@@ -120,6 +120,10 @@ h1.topmost {
margin-bottom: 10px;
}
+ h2 {
+ margin-top: 1.6em;
+ }
+
.content p, .content li {
line-height: $line-height;
hyphens: auto;
@@ -245,6 +249,12 @@ div.social-icon {
img.social-icon {
width: 100%;
margin: auto;
+ /* The Mastodon icon looks a bit off if it's simply aligned with the others, as
+ * it has that "extension" on the bottom and the top side is a bit bulkier. By
+ * moving it down just a notch it makes the icons look more aligned. */
+ &.mastodon-icon {
+ margin-bottom: -5px;
+ }
}
#licenceLine {
display: flex;