Skip to content

Commit

Permalink
updated mainstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
y-sands committed Aug 8, 2024
1 parent b1ecf5c commit 512750a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions styles/mainstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,15 @@ footer {
grid-area: footer;
}

@media only screen and (max-width: 550px) {
@media only screen and (max-width: 720px) {
.container {
grid-template-columns: 1fr;
grid-template-rows: 70px 39px 1fr 0.5fr 40px;
grid-template-areas:
"subcont";
}

.sub-container {
grid-template-columns: 1fr;
grid-template-rows: 70px 39px 57vh 11vh 40px;
grid-template-rows: 70px 39px 58vh 11vh 40px;
grid-template-areas:
"header"
"nav"
Expand Down

0 comments on commit 512750a

Please sign in to comment.