mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
704921ccd1
- combine all media queries - name zmedia to conacat at last - change some max-width values to group them
19 lines
319 B
CSS
19 lines
319 B
CSS
.terms-tags li {
|
|
display: inline-block;
|
|
margin: 10px;
|
|
font-weight: 500
|
|
}
|
|
|
|
.terms-tags a {
|
|
display: block;
|
|
padding: 3px 10px;
|
|
background: var(--tertiary);
|
|
border-radius: 6px;
|
|
transition: transform .1s
|
|
}
|
|
|
|
.terms-tags a:active {
|
|
background: var(--tertiary);
|
|
transform: scale(.96)
|
|
}
|