footer style upd

This commit is contained in:
E. S. 2024-02-02 02:00:41 +00:00
parent 56523cd465
commit 04c6d1f2c1
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -69,4 +69,5 @@ a.head-item:last-child > span {
.footer {
text-align: center;
padding: 20px 15px;
}