Skip to content

Commit 81ad764

Browse files
committed
fix alignment of get in touch button with github, twitter
1 parent f432693 commit 81ad764

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

static/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,16 @@ footer img[alt="Footer logo"] {
127127
background-color: var(--secondary-background-color-dark) !important;
128128
border-color: #555;
129129
}
130+
131+
/* Vertical alignment fix for hero section buttons */
132+
#hero .row {
133+
align-items: center !important;
134+
}
135+
136+
#hero .btn,
137+
#hero .btn.social-icon {
138+
margin-top: 50px !important;
139+
display: inline-flex !important;
140+
align-items: center !important;
141+
justify-content: center !important;
142+
}

0 commit comments

Comments
 (0)