aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/welcome.scss
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-12 20:37:36 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-12 20:37:36 +0100
commit48f19d42457f996f1c18ad950f8bd76a029237f9 (patch)
tree779dcd9b04edf136970a8c0171b45d285e4b99e2 /src/styles/welcome.scss
parent#2319 Limit and shuffle recipes displayed on Welcome screen (diff)
downloadferdium-app-48f19d42457f996f1c18ad950f8bd76a029237f9.tar.gz
ferdium-app-48f19d42457f996f1c18ad950f8bd76a029237f9.tar.zst
ferdium-app-48f19d42457f996f1c18ad950f8bd76a029237f9.zip
#2319 Fix height of icons displayed on Welcome screen
Diffstat (limited to 'src/styles/welcome.scss')
-rw-r--r--src/styles/welcome.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/welcome.scss b/src/styles/welcome.scss
index 7202fe148..c7c8010d2 100644
--- a/src/styles/welcome.scss
+++ b/src/styles/welcome.scss
@@ -93,6 +93,7 @@
93 93
94 img { 94 img {
95 width: 35px; 95 width: 35px;
96 height: 35px;
96 } 97 }
97 } 98 }
98} 99}