fix footer on mobile

This commit is contained in:
Jonas Leder 2021-04-12 18:46:59 +02:00
parent 9b09ba7ab0
commit e92fb44439

View file

@ -45,4 +45,18 @@
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;
}
}
}
}