Remove responsive breakpoints and make compact

This commit is contained in:
Luis Cielak
2018-06-11 14:13:12 -04:00
parent 2e6a6bb53d
commit 10fb969d33
7 changed files with 33 additions and 67 deletions

View File

@@ -0,0 +1,9 @@
footer {
position: fixed;
bottom: 0;
width: 100%;
padding-top: 0.5rem;
padding-bottom: 1em;
background-color: $color-gray-lightest;
border-top: 1px solid $color-gray-lighter;
}