diff options
Diffstat (limited to 'css/desktop/footer.css')
| -rwxr-xr-x | css/desktop/footer.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/css/desktop/footer.css b/css/desktop/footer.css index 717c861..200d629 100755 --- a/css/desktop/footer.css +++ b/css/desktop/footer.css @@ -17,10 +17,10 @@ */ .footer { - height: 35px; padding: 5px; background-color: #CADCEB; - display: flex; + display: flex; + flex-direction: column; align-items: center; justify-content: center; border-radius: 0 0 9px 9px; @@ -28,6 +28,7 @@ } .footer p { + margin: 0; font-size: small; font-weight: bold; }
\ No newline at end of file |
