@@ -38,7 +38,7 @@ nav {
align-items: center;
justify-content: space-between;
min-height: 10vh;
- border: 1px solid;
+ border-bottom: 1px solid;
border-radius: var(--radius);
background-color: var(--header-color);
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
@@ -51,7 +51,7 @@ nav p {
margin: 4px 0 4px 0;
}
-.nav-actions {
+.nav-actions-group {
display: flex;
flex-direction: row;
gap: 1vw;
diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue
index 19bc2c8..ac22907 100644
--- a/src/views/AboutView.vue
+++ b/src/views/AboutView.vue
@@ -1,21 +1,25 @@
- About
-
- Inspired by when2meet, Let's meet is a free and open-source
- app that allows you and your friends to find a date to meet. From now on, there is no need to spend
- hours and hours trying to find a suitable day for everyone.
-
-
- Developed and hosted by Naaturel
- Check my links out !
- Github
- Blue Sky
-
+
+ About
+
+ Inspired by when2meet, Let's meet is a free and open-source
+ app that allows you and your friends to find a date to meet. From now on, there is no need to spend
+ hours and hours trying to find a suitable day for everyone.
+
+
+
+ Developed and hosted by Naaturel
+ Check my links out !
+ Github
+ Blue Sky
+
+
diff --git a/src/views/CreateView.vue b/src/views/CreateView.vue
index fc3c185..c0071f9 100644
--- a/src/views/CreateView.vue
+++ b/src/views/CreateView.vue
@@ -1,9 +1,14 @@
- Create an event
+
+ Create an event
+
+