Skip to content

Commit 32d9080

Browse files
Fix for footer
1 parent be2217d commit 32d9080

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

skills.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
}
4040

4141
body{
42+
min-height: 100vh;
4243
background-color: var(--bg-color-light);
4344
}
4445

@@ -163,7 +164,7 @@ body.dark .container {
163164
footer {
164165
width: 100vw;
165166
text-align: center;
166-
position: fixed;
167+
position: relative;
167168
bottom: 0;
168169
font-family: 'JetBrains';
169170
color: black;

0 commit comments

Comments
 (0)