Skip to content

Commit

Permalink
Merge pull request #1735 from dhairyagothi/main
Browse files Browse the repository at this point in the history
fixed font size in mobile view
  • Loading branch information
akshitagupta15june authored Jul 15, 2024
2 parents d9155fc + 5f22e5a commit ee07e94
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Divine_page/story.css
Original file line number Diff line number Diff line change
Expand Up @@ -864,4 +864,21 @@ footer {
.button-75 span {
line-height: 50px;
}
}
@media (max-width: 767px) {
.button-75 {
font-size: 14px;
height: 70px;
}

.button-75 span {
line-height: 50px;
}
.top-header{
font-size: 30px;
}
.bottom-header{
font-size: 30px;
}

}

0 comments on commit ee07e94

Please sign in to comment.