aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/welcome.scss
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-15 23:49:25 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-15 22:49:25 +0000
commitc5c050d62cd19d266860dcf3aa54549de3fc1501 (patch)
tree4f5ef6309bf955c9784e01cd2326d1b5fae5d381 /src/styles/welcome.scss
parentFix Developer Tools won't show up via menu (#264) (diff)
downloadferdium-app-c5c050d62cd19d266860dcf3aa54549de3fc1501.tar.gz
ferdium-app-c5c050d62cd19d266860dcf3aa54549de3fc1501.tar.zst
ferdium-app-c5c050d62cd19d266860dcf3aa54549de3fc1501.zip
Move location of 'Change server' link on main screen for better visibility (#268)
Diffstat (limited to 'src/styles/welcome.scss')
-rw-r--r--src/styles/welcome.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/styles/welcome.scss b/src/styles/welcome.scss
index 59f3a6ca3..09d02d2eb 100644
--- a/src/styles/welcome.scss
+++ b/src/styles/welcome.scss
@@ -68,6 +68,13 @@
68 background: none; 68 background: none;
69 color: #fff; 69 color: #fff;
70 } 70 }
71
72 &__change-server {
73 display: flex;
74 width: 30%;
75 margin: 5% auto 5% auto;
76 justify-content: center;
77 }
71 } 78 }
72 79
73 &__featured-services { 80 &__featured-services {