mirror of
https://github.com/picocss/pico
synced 2025-09-08 02:16:20 +00:00
fix(feedback): made paddings adhere to RTL standards
This commit is contained in:
parent
8416db171f
commit
8f7e83db34
@ -57,11 +57,11 @@ nav {
|
||||
justify-content: left;
|
||||
|
||||
& ul li {
|
||||
padding-left:0;
|
||||
padding-inline-start: 0;
|
||||
|
||||
&:not(:last-child) {
|
||||
a::after {
|
||||
padding-left: 0.5rem;
|
||||
padding-inline-start: 0.5rem;
|
||||
content: "/";
|
||||
color: var(--muted-color);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user