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:
@@ -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