Increase the footer border width.

in mobile views.
This commit is contained in:
Cotes Chung 2020-02-26 02:20:41 +08:00
parent 8ec22ddda0
commit e4875b6318
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ table {
footer { footer {
height: $footer-height; height: $footer-height;
>div.d-flex { >div.d-flex {
width: 90%; width: 100%;
padding: 1.5rem 0; padding: 1.5rem 0;
margin-bottom: .3rem; margin-bottom: .3rem;
flex-wrap: wrap; flex-wrap: wrap;