diff --git a/css/general.css b/css/general.css
index 368572f..e49b4be 100644
--- a/css/general.css
+++ b/css/general.css
@@ -132,7 +132,7 @@ html {
}
.nav-container .menu-icon {
cursor: pointer;
- display: inline-block;
+ display: block;
float: right;
padding: 28px 20px;
position: relative;
@@ -580,6 +580,25 @@ nav * {
flex-flow: column nowrap;
justify-content: center;
align-items: center;
+ text-align: center;
+ position: relative;
+}
+
+.header-container {
+ width: 100%;
+ height: 100%;
+ display: flex;
+ flex-flow: row nowrap;
+ justify-content: center;
+
+ text-align: center;
+}
+
+.header-logo-parent {
+ display: flex;
+ flex-flow: column nowrap;
+ justify-content: center;
+ align-items: center;
text-align: center;
position: relative;
@@ -676,6 +695,13 @@ nav * {
color: rgb(252, 93, 93);
}
+.header-info-container {
+ display: flex;
+ flex-flow: column nowrap;
+ align-items: flex-start;
+ justify-content: center;
+}
+
@media (max-width: 610px) {
#header-tooltip::after, #spots-tooltip::after {
display: none;
diff --git a/index.html b/index.html
index f8f1dac..8706040 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
-
+
@@ -30,9 +30,10 @@
-
-
-
+
+
+
+