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

Commit 35403b0

Browse files
authored
Update index.html
Signed-off-by: Blake Arnold <[email protected]>
1 parent cec3879 commit 35403b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
1717
border: 1px solid #bbb;
1818
border-radius: 8px 8px 0 0;
1919
box-shadow: 0 4px 12px 0 rgba(0,0,0,0.06);
20-
padding: 10px 24px 1450px 24px;
20+
padding: 10px 24px 100% 24px;
2121
margin: 32px auto 0 auto;
2222
max-width: 480px;
2323
width: 100%;
2424
gap: 14px;
2525
position: relative;
2626
z-index: 1;
2727
}
28+
2829
#tabs {
2930
display: flex;
3031
justify-content: center;
@@ -73,6 +74,7 @@
7374
box-shadow: 0 2px 16px 0 rgba(0,0,0,0.06);
7475
font-size: 15px;
7576
width: 100%;
77+
z-index: 2;
7678
}
7779

7880
.tab-content.active {

0 commit comments

Comments
 (0)