aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/welcome.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/welcome.scss')
-rw-r--r--src/styles/welcome.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/welcome.scss b/src/styles/welcome.scss
index b3d6515b1..b517431f0 100644
--- a/src/styles/welcome.scss
+++ b/src/styles/welcome.scss
@@ -1,9 +1,12 @@
1.auth .welcome { 1.auth .welcome {
2 height: auto;
3
2 &__content { 4 &__content {
3 align-items: center; 5 align-items: center;
4 color: #FFF; 6 color: #FFF;
5 display: flex; 7 display: flex;
6 justify-content: center; 8 justify-content: center;
9 height: auto;
7 } 10 }
8 11
9 &__logo { width: 100px; } 12 &__logo { width: 100px; }
@@ -37,6 +40,7 @@
37 display: block; 40 display: block;
38 margin-top: 100px; 41 margin-top: 100px;
39 text-align: center; 42 text-align: center;
43 height: auto;
40 44
41 .button:first-of-type { margin-right: 25px; } 45 .button:first-of-type { margin-right: 25px; }
42 } 46 }
@@ -71,6 +75,7 @@
71 padding: 20px 20px 5px; 75 padding: 20px 20px 5px;
72 text-align: center; 76 text-align: center;
73 width: 480px; 77 width: 480px;
78 height: auto;
74 } 79 }
75 80
76 &__featured-service { 81 &__featured-service {