We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce87a2 commit d03a69dCopy full SHA for d03a69d
1 file changed
docs/assets/extra.css
@@ -170,3 +170,28 @@ body {
170
.feature-card p {
171
margin: 0;
172
}
173
+
174
+@media (max-width: 768px) {
175
+ .hero {
176
+ flex-direction: column;
177
+ text-align: center;
178
+ padding: 1.25rem;
179
+ }
180
181
+ .hero img {
182
+ width: 130px;
183
+ margin: 0 auto;
184
185
186
+ .hero .cta {
187
+ width: 100%;
188
189
+ align-items: stretch;
190
191
192
+ .hero .cta a {
193
194
+ min-width: 0;
195
+ justify-content: center;
196
197
+}
0 commit comments