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