Skip to content

Commit

Permalink
chore: add spacing between text and pictures on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: thisisobate <[email protected]>
  • Loading branch information
thisisobate committed Oct 17, 2024
1 parent f161b75 commit f298240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ body {
@media screen and (max-width: 59.9375em) {
.mdx-spotlight__feature {
flex-direction: column-reverse;
gap: 0;
gap: 1.5rem;
}

.mdx-spotlight__feature>img {
Expand Down

0 comments on commit f298240

Please sign in to comment.