diff --git a/app/styles/_global.scss b/app/styles/_global.scss
index e676742..893c760 100644
--- a/app/styles/_global.scss
+++ b/app/styles/_global.scss
@@ -6,17 +6,19 @@
height: 40px;
margin-right: 5px;
margin-top: 5px;
+ float: left;
+ padding-left: 10px;
}
+
+
.text-block {
margin-top: 30px;
margin-bottom: 30px;
text-align: justify;
font-size: 2rem;
- }
-
- .love {
- color: $red !important;
- }
-
+}
+.love {
+ color: $red !important;
+}
diff --git a/app/views/shared/navbar.html b/app/views/shared/navbar.html
index 100068a..c86c95a 100644
--- a/app/views/shared/navbar.html
+++ b/app/views/shared/navbar.html
@@ -8,7 +8,7 @@
-
+
HAPPYBOTS