Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tamimtxd authored Jun 29, 2024
1 parent 8c7b362 commit a7b1557
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ footer i:hover {
/* Media queries */

@media screen and (max-width: 1200px) {
main {
width: 90vw;
}
section.second {
grid-template-columns: 1fr 1fr;
}
Expand Down Expand Up @@ -401,10 +404,6 @@ footer i:hover {
font-weight: 500;
}

main {
width: 90vw;
}

.heading {
font-size: 35px;
text-align: center;
Expand Down

0 comments on commit a7b1557

Please sign in to comment.