fix footer style on web

This commit is contained in:
E. S. 2024-02-02 02:01:15 +00:00
parent 04c6d1f2c1
commit 69302d0a44

View File

@ -1,7 +1,7 @@
.footer { .footer {
border-top: 1px $border-color solid; border-top: 1px $border-color solid;
//border-radius: 5px; //border-radius: 5px;
padding: 15px; padding: 15px 0;
margin-top: 10px; margin-top: 10px;
text-align: right; text-align: right;
color: $dark_grey; color: $dark_grey;