Skip to content

Commit

Permalink
KAW-7706 Fix footer margins
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszDziezykNetcentric committed Aug 9, 2024
1 parent 55eab99 commit 388ec28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blocks/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ footer {
margin: 0;
}

.footer .footer-column {
.footer .columns .footer-column {
padding-bottom: 60px;
position: relative;
margin: 0;
}

.footer .footer-column:last-child {
Expand Down
1 change: 1 addition & 0 deletions blocks/form/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

.form textarea {
height: auto;
padding: 10px;
}

.form input[type="checkbox"] {
Expand Down

0 comments on commit 388ec28

Please sign in to comment.