4,456
edits
No edit summary |
No edit summary |
||
Line 137: | Line 137: | ||
} | } | ||
.article-metadata { | .article-metadata { | ||
display: grid; | |||
grid-template-columns: repeat(3, 1fr); | |||
gap: 2mm; | |||
margin: 0; | |||
padding: 0!important; | |||
border-bottom: none; | |||
background-image: linear-gradient(#000, #000); | |||
background-repeat: no-repeat; | |||
background-position: 0 100%; | |||
background-size: 100% 0.5px; | |||
} | } | ||
.article-metadata-label { | .article-metadata-label { | ||
Line 159: | Line 165: | ||
letter-spacing: 0px; | letter-spacing: 0px; | ||
margin-top: 0!important; | margin-top: 0!important; | ||
} | } | ||