Commit 47bb82b6 authored by Andreas Heimann's avatar Andreas Heimann

fixed tags breaking

parent 73fa77bb
......@@ -43,18 +43,18 @@
word-break: break-all;
}
.section-song-detail .song-detail-background .song-detail-dim .song-detail .song-meta-data .song-tags {
display: flex;
margin-top: 15px;
margin-top: 10px;
}
.section-song-detail .song-detail-background .song-detail-dim .song-detail .song-meta-data .song-tags .tag {
display: inline-block;
font-size: 12px;
font-weight: bold;
color: #222;
background: #fff;
text-decoration: none;
padding: 5px 20px;
border-radius: 50px;
margin-right: 10px;
margin-top: 5px;
word-break: break-all;
transition: 0.2s ease-in-out all;
}
......
......@@ -45,18 +45,18 @@
word-break: break-all;
}
& .song-tags {
display: flex;
margin-top: 15px;
margin-top: 10px;
& .tag {
display: inline-block;
font-size: 12px;
font-weight: bold;
color: #222;
background: #fff;
text-decoration: none;
padding: 5px 20px;
border-radius: 50px;
margin-right: 10px;
margin-top: 5px;
word-break: break-all;
transition: 0.2s ease-in-out all;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment