improve tag spacing
This commit is contained in:
parent
291955f931
commit
6cc1941ac4
|
@ -11,6 +11,12 @@
|
|||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
p {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 5px;
|
||||
}
|
||||
}
|
||||
.posts {
|
||||
a {
|
||||
|
@ -46,6 +52,10 @@
|
|||
}
|
||||
|
||||
&-tags {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 5px;
|
||||
margin: 5px 0px 13px 0px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue