mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
style(terms.css): adjust gap and border-radius for consistency
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
.terms-tags {
|
.terms-tags {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 20px;
|
gap: 1em;
|
||||||
margin-top: var(--content-gap);
|
margin-top: var(--content-gap);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -14,11 +14,6 @@
|
|||||||
display: block;
|
display: block;
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
background: var(--tertiary);
|
background: var(--tertiary);
|
||||||
border-radius: 6px;
|
border-radius: var(--radius);
|
||||||
transition: transform 0.1s;
|
transition: transform 0.1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.terms-tags a:active {
|
|
||||||
background: var(--tertiary);
|
|
||||||
transform: scale(0.96);
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user