Skip to content

Commit fcb39a7

Browse files
committed
Update footer position in mobile CSS from inherit to static for improved layout consistency
1 parent 06818e1 commit fcb39a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/mobile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
/* Footer */
4646
.footer {
4747
display: flex;
48-
position: inherit;
48+
position: static;
4949
align-items: flex-start;
5050
flex-direction: column;
5151
justify-content: flex-end;

0 commit comments

Comments
 (0)