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
bc385e1b52
@ -75,14 +75,13 @@
|
||||
|
||||
.post-tags {
|
||||
margin-top: 15px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.post-tags .tag {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.post-tags .tag + .tag {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.post-tags .tag::before {
|
||||
|
Loading…
Reference in New Issue
Block a user