padding tweaks
This commit is contained in:
@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
@media (max-width: 1050px) {
|
@media (max-width: 1050px) {
|
||||||
.artist:nth-child(n) h3 {
|
.artist:nth-child(n) h3 {
|
||||||
padding: .5rem 0 0;
|
padding: 1rem 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.artist:nth-child(odd) .description {
|
.artist:nth-child(odd) .description {
|
||||||
|
|||||||
@ -120,7 +120,7 @@ a:focus-visible {
|
|||||||
|
|
||||||
p,
|
p,
|
||||||
main ul {
|
main ul {
|
||||||
padding: .5rem;
|
padding: .8rem;
|
||||||
background-color: var(--color-bg-alt);
|
background-color: var(--color-bg-alt);
|
||||||
border-radius: 0 0 1rem 1rem;
|
border-radius: 0 0 1rem 1rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user