Skip to content

Commit e9ec79e

Browse files
committed
Revised for fine-tuning the footer overlap problem
1 parent e6815b0 commit e9ec79e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Wireframe/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Setting the overall rules for page regions
5454
https://www.w3.org/WAI/tutorials/page-structure/regions/
5555
*/
5656
footer {
57-
position: fixed;
57+
/* position: fixed; */
5858
bottom: 0;
5959
left: 0;
6060
width: 100%;
@@ -78,7 +78,6 @@ main {
7878
margin: 0 auto calc(var(--space) * 1) auto;
7979
display: grid;
8080
grid-template-columns: 1fr 1fr;
81-
padding-bottom: 80px;
8281

8382
/* grid-template-rows: auto 1fr;
8483
min-height: 80vh;

0 commit comments

Comments
 (0)