Add a top margin on the newstag

The newstag label was sitting close on the textblock, add a bit of
top-margin to create separation.

Reviewed by: Magnus Hagander <magnus@hagander.net>
This commit is contained in:
Daniel Gustafsson
2018-02-08 21:57:42 +01:00
parent 52230d3731
commit fd2295ebf5

View File

@ -191,6 +191,7 @@ span.newstag {
border-radius: 6px;
display: inline-block;
margin-bottom: 8px;
margin-top: 8px;
}
span.newstag a {