Skip to content

Commit

Permalink
fix styling lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshmishri committed Nov 15, 2024
1 parent 73714e0 commit 6d1514f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -533,14 +533,15 @@ main .section {
padding: var(--section-y-padding) var(--section-x-padding);
}

main .section:first-child:not(.title-container) {
padding-top: 0;
}

main .section:last-child {
padding-bottom: calc(2 * var(--section-y-padding));
}

main .section:first-child:not(.title-container) {
padding-top: 0;
}

main .section.nba-container:last-child,
main .section.padding-bottom-0 {
padding-bottom: 0;
Expand Down

0 comments on commit 6d1514f

Please sign in to comment.