Skip to content

Commit 0c49983

Browse files
committed
fix(style.css): overlapping of footer and generator category element
1 parent 2462a4d commit 0c49983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,8 +982,8 @@ footer {
982982
flex-direction: column;
983983
justify-content: center;
984984
font-size: 0.7rem;
985-
position: absolute;
986-
bottom: 2rem;
985+
position: relative;
986+
top: 2rem;
987987
color: var(--text-color);
988988
}
989989

0 commit comments

Comments
 (0)