We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f432693 commit 81ad764Copy full SHA for 81ad764
1 file changed
static/style.css
@@ -127,3 +127,16 @@ footer img[alt="Footer logo"] {
127
background-color: var(--secondary-background-color-dark) !important;
128
border-color: #555;
129
}
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
141
+ justify-content: center !important;
142
0 commit comments