diff --git a/components/Appbar.vue b/components/Appbar.vue
index e7f5bc14..8861af60 100644
--- a/components/Appbar.vue
+++ b/components/Appbar.vue
@@ -5,11 +5,11 @@
-
+
@@ -40,4 +40,15 @@ nav {
.theme--light nav {
background-image: linear-gradient(to bottom, rgba(255,230,230,.95), rgba(250,250,250,.95)), url(/headerimage.png);
}
+
+#title {
+ font-size: 2rem;
+ font-weight: 600;
+ text-decoration: none;
+}
+
+.hide {
+ max-height: 0px !important;
+ visibility: hidden;
+}
\ No newline at end of file