Finally fi;xed the grid row issue woohoo

This commit is contained in:
2023-04-29 16:57:27 -05:00
parent 429317208b
commit 66b67b8fa2
3 changed files with 8 additions and 5 deletions

View File

@@ -66,7 +66,8 @@ footer {
grid-column: 1;
grid-row: 2;
font-weight: 600;
width: 50%;
width: auto;
height: auto;
margin: 0 auto;
border-radius: 10px;
}