Skip to content

Commit

Permalink
Fix some spacing issues on anime infoboxes at various sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
colons committed Feb 14, 2024
1 parent da8b9e9 commit 892bd55
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions nkdsu/static/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ dl.metadata-check {
justify-content: center;
align-items: center;

> * { margin: 0 .5em; }
> * { margin: .5em; }

.anime-picture {
max-height: 15rem;
Expand Down Expand Up @@ -1055,10 +1055,14 @@ dl.metadata-check {
margin: 1em 1vw;
flex-wrap: nowrap;

> *:first-child { margin-left: 0 }
> *:last-child { margin-right: 0 }
> * {
margin: 0;
&:first-child { margin-left: 0; }
&:last-child { margin-right: 0; }
}
h2 { font-size: 1.1em; }
.anime-picture { max-height: 7em; }
.detail { margin-left: .5em; }
}
}

Expand Down

0 comments on commit 892bd55

Please sign in to comment.