4,431
edits
No edit summary |
No edit summary |
||
Line 146: | Line 146: | ||
} | } | ||
.article-metadata { | .article-metadata { | ||
display: grid; | |||
grid-template-columns: repeat(3, 1fr); | |||
gap: 2mm; /* spacing between columns */ | |||
border-bottom: none; | |||
background-image: linear-gradient(#000, #000); | |||
background-repeat: no-repeat; | |||
background-position: 0 100%; | |||
background-size: 100% 0.5px; | |||
} | } | ||