mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-31 17:15:32 -04:00
shrink everything else a bit -- header, margins, fonts, etc.
This commit is contained in:
@@ -5,7 +5,7 @@ footer {
|
||||
width: 100%;
|
||||
letter-spacing: -0.01em;
|
||||
line-height: 1.7;
|
||||
padding: 1.5em 2.5em;
|
||||
padding: 1.25em 2em;
|
||||
box-sizing: border-box;
|
||||
color: $color-medium;
|
||||
border-top: 1px solid $color-light;
|
||||
@@ -63,7 +63,7 @@ footer {
|
||||
// Responsive
|
||||
@mixin responsive--footer() {
|
||||
footer {
|
||||
padding: 1em 1.5em 0 1.5em;
|
||||
padding: 1em 1.25em 0 1.25em;
|
||||
|
||||
div {
|
||||
// no more room at the inn for panda :(
|
||||
|
||||
Reference in New Issue
Block a user