Skip to content

Commit fcdf5e4

Browse files
committed
feat: add some margin-top to the footer
1 parent a0d6e37 commit fcdf5e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • frontend/theme/extras/site/components/layout

frontend/theme/extras/site/components/layout/footer.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#footer {
22
padding: 2rem 0 0 0;
3-
margin: 1rem 0 0 0;
3+
margin: 10rem 0 0 0;
44
background-color: @footerLightGrey;
55
box-shadow: 0px 5px 7px 5px rgba(119, 119, 119, 0.1);
66
font-family: @headerFontName;

0 commit comments

Comments
 (0)