Skip to content

Commit e816814

Browse files
Amir SohelAmir Sohel
authored andcommitted
fixed footer
1 parent d0f3f86 commit e816814

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/App.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,10 @@ button {
343343
}
344344

345345
footer {
346-
position: absolute;
347-
bottom: 0;
348-
height: 30px;
346+
position: absolute;
347+
bottom: 0;
348+
height: 30px;
349+
width: 100%;
350+
text-align: center;
351+
left: 0;
349352
}

0 commit comments

Comments
 (0)