Skip to content

Commit 7f00114

Browse files
committed
Fix header paddings
1 parent 4025015 commit 7f00114

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/css/custom.css

+10
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,14 @@
103103

104104
.theme-code-block {
105105
background-color: #092233 !important;
106+
}
107+
108+
/* Hero - Header Landing page */
109+
110+
.hero {
111+
padding: 8px 0 !important;
112+
}
113+
114+
.hero .container {
115+
padding: 0 !important;
106116
}

0 commit comments

Comments
 (0)