Skip to content

Commit

Permalink
fixed font size in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyagothi committed Jun 16, 2024
1 parent ff97c9d commit 5f22e5a
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 5f22e5a

Please sign in to comment.