Increase the footer border width.
in mobile views.
This commit is contained in:
parent
8ec22ddda0
commit
e4875b6318
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue