File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,12 @@ class Symptoms extends Component {
69
69
> </ iframe >
70
70
</ div >
71
71
< div >
72
- < h4 > Useful Links</ h4 >
72
+ < h3 > Useful Links</ h3 >
73
73
< ul className = { classes . helpfulLinks } >
74
74
< li >
75
75
< Link className = { classes . link } to = "/stay-safe" >
76
76
Prevention of Coronavirus.
77
+ < span > →</ span >
77
78
</ Link >
78
79
</ li >
79
80
< li >
@@ -84,6 +85,7 @@ class Symptoms extends Component {
84
85
rel = "noopener noreferrer"
85
86
>
86
87
Learn more on who.int
88
+ < span > →</ span >
87
89
</ a >
88
90
</ li >
89
91
</ ul >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default {
24
24
video : {
25
25
height : "25rem" ,
26
26
borderRadius : "1rem" ,
27
- marginBottom : "4rem " ,
27
+ marginBottom : "5rem " ,
28
28
"& iframe" : {
29
29
display : "block" ,
30
30
overflow : "hidden" ,
@@ -71,14 +71,20 @@ export default {
71
71
} ,
72
72
73
73
link : {
74
- transition : "all .2s " ,
74
+ transition : "all .3s " ,
75
75
"&, &:visited" : {
76
76
textDecoration : "none" ,
77
77
} ,
78
78
79
+ "& span" : {
80
+ marginLeft : ".25rem" ,
81
+ } ,
82
+
79
83
"&:hover" : {
80
84
color : "#000" ,
81
- marginRight : "2rem" ,
85
+ "& span" : {
86
+ marginLeft : ".5rem" ,
87
+ } ,
82
88
} ,
83
89
} ,
84
90
You can’t perform that action at this time.
0 commit comments