Skip to content

Commit abe18de

Browse files
committed
Fix footer
Signed-off-by: falkTX <falktx@falktx.com>
1 parent f81d69e commit abe18de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ footer {
3636
color: #fff;
3737
background-color: #1E1F1F;
3838
border-top: 5px solid #1A1A1A /* XX-WHITE #D6D6D6 */;
39+
display: flex;
40+
justify-content: space-around;
3941
font-size: 0.9rem;
4042
padding: 18px 0 18px 0;
4143
text-align: center;

0 commit comments

Comments
 (0)