Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Sep 11, 2024
1 parent fc40e58 commit 27387ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ body.td-documentation {
margin-bottom: 0px;

// for padding-top see _size.scss
padding-bottom: calc(max(2em, 2rem));
padding-bottom: calc(max(1em, 1rem));

max-width: calc(min(1200px - 8em, 80vw));
}
Expand Down Expand Up @@ -715,7 +715,7 @@ body.td-documentation {
@media (min-width: 992px) {
#announcement aside { // more specific
.announcement-main {
padding-top: calc(max(8em, 8rem));
padding-top: calc(max(6em, 6rem));
}
}
}
Expand Down

0 comments on commit 27387ce

Please sign in to comment.