mirror of
https://github.com/fruworg/themu.git
synced 2025-01-18 08:50:51 +03:00
fix padding
This commit is contained in:
parent
cc0176b589
commit
58f617689a
@ -59,7 +59,7 @@ a:hover {
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
padding-left: 2ch;
|
||||
}
|
||||
|
||||
ul li {
|
||||
@ -234,11 +234,11 @@ justify-content: space-between;
|
||||
}
|
||||
|
||||
.tags li::before{
|
||||
content: "<";
|
||||
content: "< ";
|
||||
}
|
||||
|
||||
.tags li::after{
|
||||
content: ">";
|
||||
content: " >";
|
||||
}
|
||||
|
||||
.tags a{
|
||||
|
Loading…
x
Reference in New Issue
Block a user