diff --git a/Front/skydivelogs-app/src/app/app.component.html b/Front/skydivelogs-app/src/app/app.component.html
index 4747538..8f9c281 100644
--- a/Front/skydivelogs-app/src/app/app.component.html
+++ b/Front/skydivelogs-app/src/app/app.component.html
@@ -44,7 +44,7 @@
logout
- Logout
+ Logout
diff --git a/Front/skydivelogs-app/src/app/default/default.component.html b/Front/skydivelogs-app/src/app/default/default.component.html
index 7e325ef..11c39da 100644
--- a/Front/skydivelogs-app/src/app/default/default.component.html
+++ b/Front/skydivelogs-app/src/app/default/default.component.html
@@ -6,7 +6,7 @@
-
+
diff --git a/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.css b/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.css
index ff391a1..7513415 100644
--- a/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.css
+++ b/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.css
@@ -19,4 +19,4 @@ table {
flex-direction: column;
align-items: initial;
padding-top: 25px;
-}
+}
\ No newline at end of file
diff --git a/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.html b/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.html
index e428d39..86e3b94 100644
--- a/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.html
+++ b/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.html
@@ -17,14 +17,14 @@
(click)="setToFavorite(element)" style="cursor: pointer;">favorite_border
- link
+ link
- map
+ map
- mail_outline
+ mail_outline
diff --git a/Front/skydivelogs-app/src/app/user-profile/user-profile.component.css b/Front/skydivelogs-app/src/app/user-profile/user-profile.component.css
index d9e1d94..af83daf 100644
--- a/Front/skydivelogs-app/src/app/user-profile/user-profile.component.css
+++ b/Front/skydivelogs-app/src/app/user-profile/user-profile.component.css
@@ -1,8 +1,14 @@
.content {
min-height: 90vh;
- display: flex;
justify-content: left;
- flex-direction: column;
align-items: initial;
padding-top: 25px;
}
+
+.containerFlex {
+ display: flex;
+ flex-wrap: wrap;
+}
+.contentFlex {
+ flex: 45%;
+}
\ No newline at end of file
diff --git a/Front/skydivelogs-app/src/app/user-profile/user-profile.component.html b/Front/skydivelogs-app/src/app/user-profile/user-profile.component.html
index 4cc4014..731d1ea 100644
--- a/Front/skydivelogs-app/src/app/user-profile/user-profile.component.html
+++ b/Front/skydivelogs-app/src/app/user-profile/user-profile.component.html
@@ -1,6 +1,6 @@
-
+
-