diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html
index 21f2a75..8ef944e 100644
--- a/src/app/home/home.component.html
+++ b/src/app/home/home.component.html
@@ -20,11 +20,21 @@
+
+
+
+ Created by Skirda Team
+
+
+ Version 0.0 Beta
+
+
diff --git a/src/app/home/home.component.scss b/src/app/home/home.component.scss
index 2754361..4c43b78 100644
--- a/src/app/home/home.component.scss
+++ b/src/app/home/home.component.scss
@@ -35,10 +35,27 @@
#GamesBar {
margin-left: 15px;
+ height: calc(100% - 150px);
}
.ButtonsBar {
margin-left: auto;
margin-right: 70px;
display: flex;
+}
+
+/*********************************************/
+/************** Credentials ******************/
+/*********************************************/
+.Credentials {
+
+}
+.Credentials > center {
+ margin-bottom: -8px;
+}
+#credentials-name {
+ font-size: 12px;
+}
+#credentials-version {
+ font-size: 10px;
}
\ No newline at end of file