Skip to content

Commit

Permalink
Fix: Tabs' contents' top margin
Browse files Browse the repository at this point in the history
Before this change, the images in the div.grid-container were
displayed about one line higher than the text in the adjacent
paragraph.
  • Loading branch information
alphapapa authored and jarrodmillman committed Mar 27, 2024
1 parent 7621707 commit 1a9fe8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/css/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ table td, table th {

& .tabs div li {
display: inline;

& .grid-container {
margin-top: 1em;

& p {
margin-top: 0em;
}
}
}
}

Expand Down

0 comments on commit 1a9fe8d

Please sign in to comment.