mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-11 12:15:29 -04:00
navbar tweaks
This commit is contained in:
@@ -5,7 +5,7 @@ body#notes {
|
|||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
max-width: 1010px;
|
max-width: 1010px;
|
||||||
padding: 10px 50px 35px 50px;
|
padding: 0 50px 35px 50px;
|
||||||
|
|
||||||
header {
|
header {
|
||||||
border-bottom: 1px solid $color-super-light;
|
border-bottom: 1px solid $color-super-light;
|
||||||
@@ -13,7 +13,7 @@ body#notes {
|
|||||||
|
|
||||||
nav {
|
nav {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px;
|
padding: 6px 12px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -62,6 +62,7 @@ body#notes {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
|
|||||||
Reference in New Issue
Block a user