Skip to content

Commit

Permalink
chore: make text appear first before picture on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: thisisobate <obasiuche62@gmail.com>
  • Loading branch information
thisisobate committed Oct 17, 2024
1 parent 36d067e commit f7cc56c
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 @@ -394,7 +394,7 @@ body {

@media screen and (max-width: 59.9375em) {
.mdx-spotlight__feature {
flex-direction: column;
flex-direction: column-reverse;
gap: 0;
}

Expand Down

0 comments on commit f7cc56c

Please sign in to comment.