We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43414b6 commit c3a86faCopy full SHA for c3a86fa
1 file changed
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