Skip to content
Snippets Groups Projects
Commit e92fb444 authored by Jonas Leder's avatar Jonas Leder
Browse files

fix footer on mobile

parent 9b09ba7a
Branches
No related tags found
No related merge requests found
Pipeline #752 passed
...@@ -45,4 +45,18 @@ ...@@ -45,4 +45,18 @@
font-size: 2.2em; font-size: 2.2em;
} }
} }
#footerContent{
width: 100% !important;
display: block !important;
div {
border-bottom: #3d3d3d 1px solid;
border-right: none !important;
&:last-child {
border-bottom: none;
}
}
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment