mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
fix(feedback): made paddings adhere to RTL standards
This commit is contained in:
parent
8416db171f
commit
8f7e83db34
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue