Skip to content

Commit

Permalink
size adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhamic7 committed Jun 28, 2024
1 parent f15cf17 commit a3aa1b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions week1/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body {
"header"
"main"
"footer";
grid-template-rows: auto 1fr auto;
grid-template-rows: auto 1fr 4vh;
/* Adjusted to reflect the simplified structure */
}

Expand Down Expand Up @@ -136,7 +136,6 @@ li {
margin-top: 10px;
padding: 15px;
background-color: white;
width:736px;
flex: 1 1 auto;
}

Expand Down

0 comments on commit a3aa1b1

Please sign in to comment.