diff --git a/assets/templates/pages/home/landingPage/home.tpl b/assets/templates/pages/home/landingPage/home.tpl
index 67c4c9f4..93148012 100644
--- a/assets/templates/pages/home/landingPage/home.tpl
+++ b/assets/templates/pages/home/landingPage/home.tpl
@@ -4,9 +4,21 @@
@author Pierre HUBERT
-->
-
-
ComunicWeb V2 Experimental preview
+
+
+
+
+
Comunic
+
+
Free social network that respect your privacy.
+
+
+
Create account
+
Sign in
+
+
+
@@ -16,12 +28,23 @@
height: 100%;
position: fixed;
text-align: center;
- padding: 60px;
+ padding: 10px;
background-position: 50% 50%;
+ display: table;
+ top: 0;
}
- #homeLandingScreen .landingMessage {
- position: relative;
- background-color: #fff6;
+ #homeMessageContainer {
+ display: table-cell;
+ vertical-align: middle;
}
+
+ #homeMessage {
+ background-color: #ffffff80;
+ max-width: 400px;
+ padding: 30px;
+ margin: auto;
+ border-radius: 5px;
+ }
+
\ No newline at end of file