File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
<p >
32
32
<a href =" https://twitter.com/pymugdotcom" >
33
33
<img
34
- class =" h-12 w-12 bg-yellow-500 hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded" src =" images/icons/twitter.svg" ></a >  ;
34
+ class =" social h-12 w-12 bg-yellow-500 hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded" src =" images/icons/twitter.svg" ></a >  ;
35
35
<a href =" https://www.linkedin.com/company/pymug/" >
36
36
<img
37
- class =" h-12 w-12 bg-yellow-500 hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded"
37
+ class =" social h-12 w-12 bg-yellow-500 hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded"
38
38
src =" images/icons/linkedin.svg" ></a >  ;
39
39
<a href =" https://www.facebook.com/groups/318161658897893/" >
40
40
<img
41
- class =" h-12 w-12 bg-yellow-500 hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded"
41
+ class =" social h-12 w-12 bg-yellow-500 hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded"
42
42
src =" images/icons/facebook.svg" ></a >  ;
43
43
</p >
44
44
</div >
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ export default {
31
31
</script >
32
32
33
33
34
- <style lang="scss" scoped >
34
+ <style lang="scss">
35
35
small {
36
36
@apply text- 2xl ;
37
37
}
38
- a img {
38
+ .social {
39
39
display : inline-block ;
40
40
}
41
41
</style >
You can’t perform that action at this time.
0 commit comments