Skip to content

Commit

Permalink
fix descriptin width for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
cihanandac committed Sep 22, 2023
1 parent 02eb36c commit e5ff916
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/theme/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,12 @@ p {
margin-bottom: 18px !important;
}
}
@media (max-width: 480px){
.documentFirstHeading, .documentDescription {
padding-left: 55px !important;
padding-right: 55px !important;
}
}
}
//Hero title
.description-container,
Expand Down

0 comments on commit e5ff916

Please sign in to comment.