mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 15:54:22 +01:00
Fix: tags margin
This commit is contained in:
parent
a8de1ae280
commit
cfb54bdf40
1 changed files with 3 additions and 3 deletions
|
@ -606,10 +606,10 @@ pre.chroma {
|
||||||
margin: 16px
|
margin: 16px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.tags {
|
.tags {
|
||||||
margin: 16px 0 0 0;
|
display: inline-block;
|
||||||
background-color: #00fff9;
|
margin: 4px 0 4px 0;
|
||||||
|
background-color: #00eeff;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue