Skip to content

Commit

Permalink
width in %
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar-Sharma-7 committed Oct 1, 2022
1 parent 671dc4a commit db47cb4
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 5 deletions.
47 changes: 46 additions & 1 deletion public/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions public/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ footer{
justify-content: center;
grid-template-columns: repeat(3, 1fr);
.box{
width: 30vw;
width: 95%;
}
}

Expand Down Expand Up @@ -187,7 +187,7 @@ footer{
justify-content: center;
grid-template-columns: repeat(2, 1fr);
.box{
width: 42vw;
width: 95%;
font-size: 2.5vw;
}
}
Expand All @@ -213,7 +213,7 @@ footer{
justify-content: center;
grid-template-columns: repeat(1, 1fr);
.box{
width: 87vw;
width: 100%;
font-size: 3vw;
}
}
Expand Down

0 comments on commit db47cb4

Please sign in to comment.