Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 3ef6ea4

Browse files
authored
Update index.html
Signed-off-by: Blake Arnold <[email protected]>
1 parent f21aca3 commit 3ef6ea4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
transition: background 0.2s;
1919
}
2020

21+
#tabs {
22+
display: flex;
23+
flex-direction: row;
24+
margin-bottom: -1px; /* aligns with tab borders */
25+
}
26+
2127
.tab.active {
2228
background: #fff;
2329
font-weight: bold;

0 commit comments

Comments
 (0)