Skip to content

Commit d03a69d

Browse files
authored
styling fixes (#173)
1 parent 1ce87a2 commit d03a69d

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

docs/assets/extra.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,28 @@ body {
170170
.feature-card p {
171171
margin: 0;
172172
}
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+
flex-direction: column;
189+
align-items: stretch;
190+
}
191+
192+
.hero .cta a {
193+
width: 100%;
194+
min-width: 0;
195+
justify-content: center;
196+
}
197+
}

0 commit comments

Comments
 (0)