Skip to content

Commit

Permalink
MODIFIED: further mobile optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
sd-ditoy committed Jul 26, 2024
1 parent 45b3bef commit d18565b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/blocks/TextTeaser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export default {
}
}
@include breakpoint('sm') {
@include breakpoint('m') {
flex-direction: column;
padding-top: 45px;
// padding-bottom: 45px;
Expand Down Expand Up @@ -423,7 +423,7 @@ export default {
}
}
@include breakpoint('sm') {
@include breakpoint('m') {
flex-direction: column;
padding-top: 45px;
Expand Down

0 comments on commit d18565b

Please sign in to comment.