mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
Merge pull request #15 from perlatus/pr-fix-tag-wrapping
Use flex on tags so they wrap properly
This commit is contained in:
commit
1790c04b09
@ -75,14 +75,13 @@
|
|||||||
|
|
||||||
.post-tags {
|
.post-tags {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-tags .tag {
|
.post-tags .tag {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
margin-right: 10px;
|
||||||
|
|
||||||
.post-tags .tag + .tag {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-tags .tag::before {
|
.post-tags .tag::before {
|
||||||
|
Loading…
Reference in New Issue
Block a user