diff --git a/src/app/characters/characters.html b/src/app/characters/characters.html index f4ed7f4..ad7e08f 100644 --- a/src/app/characters/characters.html +++ b/src/app/characters/characters.html @@ -1,12 +1,12 @@
Our main character, Emi has always struggled to make friends in person. But she thrives online, where she feels she can be her true self.
Mira is Emi's online girlfriend. They are in a long-distance relationship, so they have not met. This works out great for Emi, but maybe not all is as it seems?
home works!
+A webcomic about two girls in love.
diff --git a/src/app/nav/nav.css b/src/app/nav/nav.css index 1cc5ea1..5571b9d 100644 --- a/src/app/nav/nav.css +++ b/src/app/nav/nav.css @@ -21,6 +21,10 @@ li { margin: 0 10px; } +img { + height: 50px; +} + #highlight { font-size: 1.2em; background: var(--foreground); diff --git a/src/app/nav/nav.html b/src/app/nav/nav.html index 3ff989f..7c07ca9 100644 --- a/src/app/nav/nav.html +++ b/src/app/nav/nav.html @@ -1,6 +1,6 @@