[Glitch] Refactor styles to use logical properties for positioning (#2156)
Portbabd86e594
and45848d6547
to glitch-soc Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding-left: 10px;
|
||||
border-left: 3px solid $darker-text-color;
|
||||
padding-inline-start: 10px;
|
||||
border-inline-start: 3px solid $darker-text-color;
|
||||
color: $darker-text-color;
|
||||
white-space: normal;
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin-left: 2em;
|
||||
margin-inline-start: 2em;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
|
Reference in New Issue
Block a user