aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/welcome.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-01-11 10:41:34 +0100
committerLibravatar GitHub <noreply@github.com>2018-01-11 10:41:34 +0100
commita4b665ef5f218313e524f0582d08cde6aa5d7049 (patch)
tree64f2a8046b544d98fe9125ea499c040f67482e01 /src/styles/welcome.scss
parentFix link to service request form (diff)
parentMerge branch 'develop' of github.com:meetfranz/franz into develop (diff)
downloadferdium-app-a4b665ef5f218313e524f0582d08cde6aa5d7049.tar.gz
ferdium-app-a4b665ef5f218313e524f0582d08cde6aa5d7049.tar.zst
ferdium-app-a4b665ef5f218313e524f0582d08cde6aa5d7049.zip
Merge pull request #561 from meetfranz/developv5.0.0-beta.15
Franz Beta 15
Diffstat (limited to 'src/styles/welcome.scss')
-rw-r--r--src/styles/welcome.scss18
1 files changed, 13 insertions, 5 deletions
diff --git a/src/styles/welcome.scss b/src/styles/welcome.scss
index 5365921fb..46299b966 100644
--- a/src/styles/welcome.scss
+++ b/src/styles/welcome.scss
@@ -58,17 +58,25 @@
58 } 58 }
59 59
60 &__featured-services { 60 &__featured-services {
61 margin-top: 150px;
62 text-align: center; 61 text-align: center;
63 margin-top: 80px; 62 width: 480px;
63 margin: 80px auto 0 auto;
64 display: flex;
65 align-items: center;
66 flex-wrap: wrap;
67 background: #FFF;
68 border-radius: 6px;
69 padding: 20px 20px 5px;
64 } 70 }
65 71
66 &__featured-service { 72 &__featured-service {
67 width: 35px; 73 width: 35px;
68 margin-right: 30px; 74 height: 35px;
75 margin: 0 10px 15px;
76 transition: 0.5s filter, 0.5s opacity;
69 77
70 &:last-of-type { 78 img {
71 margin-right: 0; 79 width: 35px;
72 } 80 }
73 } 81 }
74 } 82 }