Skip to content

Commit

Permalink
changed the font size of the box in 2nd component for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
SahayakSharma committed Oct 18, 2023
1 parent f8b5d70 commit 89b55c3
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/components/Second/second.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,18 @@
@media screen and (max-width : 600px) {
.second_wrapper{
flex-direction: column;
height: 700px;
height: 800px;
}
.first_line{
height: 20%;


}
.first_box{
height: 70%;



}

.first_half{
Expand All @@ -240,7 +251,7 @@
.first_half_wrapper{
margin-top: 30px;
width: 90%;
height: 90%;
height: 100%;
box-shadow: 15px 15px 0px #C6F806;
}
.box_heading_line{
Expand All @@ -251,7 +262,7 @@
overflow: hidden;
}
.desc{
font-size: 13px;
font-size: 15px;
padding: 0px 10px;
font-family: 'Open Sans', sans-serif;
font-weight: 200;
Expand Down

0 comments on commit 89b55c3

Please sign in to comment.