We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf63f7 commit 966f28bCopy full SHA for 966f28b
client/styles/components/_fundraiser.scss
@@ -36,17 +36,18 @@
36
.fundraiser__img-container {
37
display: flex;
38
justify-content: center;
39
- margin: #{40 / $base-font-size}rem 0;
+ margin: #{40 / $base-font-size}rem 0 #{55 / $base-font-size}rem 0;
40
}
41
42
.fundraiser__logo-p5 {
43
- margin:0 #{30 / $base-font-size}rem;
+ margin: 0 #{15 / $base-font-size}rem 0 #{30 / $base-font-size}rem;
44
width:#{150 / $base-font-size}rem;
45
height:#{150 / $base-font-size}rem;
46
47
48
.fundraiser__logo-PF {
49
50
- width:#{270 / $base-font-size}rem;
+ margin-left: #{20 / $base-font-size}rem;
+ padding-bottom: #{15 / $base-font-size}rem;
51
+ width:#{250 / $base-font-size}rem;
52
53
0 commit comments