mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-15 22:25:33 -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 :(
|
||||
|
@@ -3,11 +3,11 @@
|
||||
// Global Header Styles
|
||||
header {
|
||||
width: 100%;
|
||||
border-bottom: 1px solid $color-light;
|
||||
border-bottom: 1px solid $color-kinda-light;
|
||||
|
||||
nav {
|
||||
width: 100%;
|
||||
padding: 0.5em 1.5em;
|
||||
padding: 0.25em 0.75em;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -21,7 +21,7 @@ header {
|
||||
|
||||
h1#name {
|
||||
margin: 0 0 0 0.8em;
|
||||
font-size: 1.5em;
|
||||
font-size: 1.4em;
|
||||
font-weight: 500;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
@@ -57,10 +57,10 @@ header {
|
||||
font-size: 1.5em;
|
||||
line-height: 1;
|
||||
padding: 0;
|
||||
margin-right: 15px;
|
||||
margin-right: 16px;
|
||||
|
||||
li {
|
||||
width: 2.5em;
|
||||
width: 2.6em;
|
||||
text-align: right;
|
||||
|
||||
a {
|
||||
|
Reference in New Issue
Block a user