Skip to content
Snippets Groups Projects
Commit b5c9420d authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

fix(ui): reduce footer height

parent df5b5db6
Branches
Tags
2 merge requests!805V3.0.1,!791fix(ui): reduce footer height
......@@ -6,7 +6,7 @@
display: flex;
justify-content: center;
gap: 1rem;
padding: 32px 0 40px 0;
padding: 16px 0 24px;
border-top: 1px solid $grey-7;
@media #{$tablet} {
margin: 0 2%;
......
......@@ -4,8 +4,7 @@
display: flex;
justify-content: center;
gap: 2rem;
padding-top: 2rem;
padding-bottom: 40px;
padding: 16px 0 24px;
border-top: 1px solid $grey-7;
width: 100%;
@media print {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment