diff --git a/_layouts/nav.html b/_layouts/nav.html index af50ec0..213dbeb 100644 --- a/_layouts/nav.html +++ b/_layouts/nav.html @@ -3,7 +3,9 @@ layout: default --- - rachel.cafe + + rachel.cafe + diff --git a/assets/css/main.scss b/assets/css/main.scss index 45c3800..16d858f 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -98,6 +98,19 @@ a:hover { color: black } +.cup { + max-height: 1.5em; + height: 1.5em; + margin-left: 0.5em; +} + +.sitetitle { + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; +} + h1,h2,h3,h4,h5,h6 { text-align: center; } @@ -150,7 +163,7 @@ nav ul { text-align: center; } -nav ul li, .sitetitle { +nav ul li { display: inline; margin-right: 1em; white-space: nowrap; diff --git a/assets/img/cup.svg b/assets/img/cup.svg new file mode 100644 index 0000000..a14089c --- /dev/null +++ b/assets/img/cup.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +