Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
fixed width footer
Browse files Browse the repository at this point in the history
  • Loading branch information
gemfarmer committed Mar 23, 2016
1 parent a8d3b3e commit d0a049a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
25 changes: 18 additions & 7 deletions forecast-admin/forecast/static/admin/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1255,12 +1255,6 @@ table#change-history tbody th {
margin-right: -300px;
}


#footer {
clear: both;
padding: 10px;
}

/* COLUMN TYPES */

.colMS {
Expand Down Expand Up @@ -1573,6 +1567,23 @@ footer .usa-grid {
padding: 1.25em;
}

.usa-footer .usa-grid {
max-width: inherit;
padding-left: 40px;
padding-right: 40px;
}

.usa-footer .usa-footer-contact-heading {
margin-top: 0.5rem;
}

@media screen and (min-width: 600px) {
.usa-footer .usa-footer-contact-heading {
margin-top: 1.2rem;
padding-bottom: 0;
}
}

.usa-footer .usa-unstyled-list {
display: block;
}
Expand Down Expand Up @@ -1840,7 +1851,7 @@ li.usa-footer-primary-content:last-child {
}

.usa-footer-logo {
margin-bottom: 1.25em;
margin-bottom: 2.5em;
}

@media screen and (min-width: 600px) {
Expand Down
Loading

0 comments on commit d0a049a

Please sign in to comment.