Skip to content

Commit 1a9fe8d

Browse files
alphapapajarrodmillman
authored andcommitted
Fix: Tabs' contents' top margin
Before this change, the images in the div.grid-container were displayed about one line higher than the text in the adjacent paragraph.
1 parent 7621707 commit 1a9fe8d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: assets/css/tabs.scss

+8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ table td, table th {
2020

2121
& .tabs div li {
2222
display: inline;
23+
24+
& .grid-container {
25+
margin-top: 1em;
26+
27+
& p {
28+
margin-top: 0em;
29+
}
30+
}
2331
}
2432
}
2533

0 commit comments

Comments
 (0)