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;
}

View File

@@ -1,17 +0,0 @@
.content {
}
header {
}
section {
}
footer {
position: fixed;
bottom: 0;
width: 100%;
}

View File

@@ -0,0 +1,16 @@
.usa-navbar {
height: 5rem;
width: 5%;
}
.usa-nav {
padding-top: 1rem;
padding-left: 0;
}
.usa-nav-primary {
li:last-child {
padding-left: 3rem;
}
}