Skip to content

Commit

Permalink
fixed post css bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mktcode committed Feb 16, 2021
1 parent cbe2b88 commit e078187
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions assets/css/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,14 @@ a:hover
.rounded-xl
border-radius: 2rem !important

@media screen and (max-width: 480px)
.main
padding-left: 0 !important
padding-right: 0 !important
.content
border-radius: 0 !important
max-width: 100%
width: 100%
=fix-postcss-bug
@media screen and (max-width: 480px)
.main
padding-left: 0 !important
padding-right: 0 !important
.content
border-radius: 0 !important
max-width: 100%
width: 100%
+fix-postcss-bug

0 comments on commit e078187

Please sign in to comment.