shrink everything else a bit -- header, margins, fonts, etc.

This commit is contained in:
2020-03-16 18:11:38 -04:00
parent 5db7ee9b21
commit 5395ecd180
8 changed files with 246 additions and 34 deletions
+5 -5
View File
@@ -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 {