summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-04-08 21:35:42 +0200
committerache <ache@ache.one>2023-04-08 21:35:42 +0200
commite8b07a49bbfebf578816a625a05f72d097926099 (patch)
treed2060f6daa9caa23f9414a5365c14584ca72717a
parentAdd a link to logo (diff)
Fix icon position of message box
-rw-r--r--src/css/_style.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/css/_style.scss b/src/css/_style.scss
index ac47ea6..cc060fa 100644
--- a/src/css/_style.scss
+++ b/src/css/_style.scss
@@ -40,10 +40,11 @@ blockquote {
padding-right: 4%;
padding-top: 2%;
font-family: monospace, serif;
- font-size: 14px;
- &:before {
- background-image: url("/s/imgM/ic_" + $name + "_black_48px.svg");
- }
+ font-size: 1rem;
+
+ background-image: url("/s/imgM/ic_" + $name + "_black_48px.svg");
+ background-position: 25px center;
+ background-repeat: no-repeat;
}
}
@include box('information', #daeaee);