kororaproject / website

All things website for the Korora Project
https://kororaproject.org
GNU Affero General Public License v3.0
7 stars 9 forks source link

canvas.css #64

Closed dyoungwd closed 7 years ago

dyoungwd commented 7 years ago

Fix for footer not showing properly on mobile

.page-container { min-height: 100%; margin-bottom: 256px; -webkit-margin-bottom-collapse: discard; / Fixes Footer Cut of in mobile view - Dazzy / padding-bottom: 64px; background-color: #fff; box-shadow: 0px 2px 8px rgba(32, 32, 32, 0.8); }