mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 07:44:23 +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
|
||||
}
|
||||
|
||||
|
||||
.tags {
|
||||
margin: 16px 0 0 0;
|
||||
background-color: #00fff9;
|
||||
display: inline-block;
|
||||
margin: 4px 0 4px 0;
|
||||
background-color: #00eeff;
|
||||
border-radius: 8px;
|
||||
padding: 0.2em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue