Skip to content

Commit

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

@media only screen and (max-width: 720px) {
@media only screen and (max-width: 600px) {
.container {
grid-template-areas:
"subcont";
}

.sub-container {
width: 100vw;
grid-template-columns: 1fr;
grid-template-rows: 70px 39px 58vh 11vh 40px;
grid-template-areas:
Expand Down

0 comments on commit 5ce01b5

Please sign in to comment.