File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -189,15 +189,15 @@ const goalAttemptsLayoutCss = css`
189189 'home-attempts away-attempts' ;
190190 column- gap: 10px;
191191 ${ from . desktop } {
192- column-gap : 20 px ;
192+ column-gap : ${ space [ 5 ] } px ;
193193 }
194194` ;
195195
196196const offTargetCss = css `
197197 ${ textSans14 } ;
198198 grid- area: home-attempts;
199199 margin- to p: 5px;
200- padding: ${ space [ 2 ] } px 0 0 6px;
200+ padding: ${ space [ 1 ] } px 0 0 6px;
201201 background- color : var(- - off- target- colour);
202202 bor der- radius: 4px;
203203 ${ from . desktop } {
@@ -213,12 +213,16 @@ const offTargetAwayCss = css`
213213` ;
214214
215215const onTargetCss = css `
216- padding: ${ space [ 2 ] } px 0 0 6px;
216+ padding: ${ space [ 1 ] } px 0 0 6px;
217217 color : ${ sourcePalette . neutral [ 100 ] } ;
218218 background- color : var(- - on- target- colour);
219219 bor der- radius: 4px;
220220 width: 80%;
221+ min- height: 62px;
221222 justify- self: end;
223+ ${ from . desktop } {
224+ margin- to p: - ${ space [ 3 ] } px;
225+ }
222226` ;
223227
224228const onTargetAwayCss = css `
@@ -230,6 +234,7 @@ const onTargetAwayCss = css`
230234const attemptCountCss = css `
231235 dis play: block;
232236 ${ textSansBold20 } ;
237+ margin- to p: -3px;
233238 ${ from . desktop } {
234239 ${ textSansBold28 } ;
235240 }
You can’t perform that action at this time.
0 commit comments