File tree 5 files changed +51
-3
lines changed 5 files changed +51
-3
lines changed Original file line number Diff line number Diff line change 5
5
</ div >
6
6
7
7
< div class ="page-footer__item social ">
8
- < img src ="/static/images/icons/facebook.png " alt ="Facebook " title ="Facebook " />
9
- < img src ="/static/images/icons/twitter.png " alt ="Twitter " title ="Twitter " />
10
- < img src ="/static/images/icons/pxn.png " alt ="Pixelnest Studio " title ="Pixelnest Studio " />
8
+ < a href ="https://www.facebook.com/pixelneststudio/ ">
9
+ < img class ="facebook "
10
+ src ="/static/images/icons/footer_facebook.png "
11
+ alt ="Facebook "
12
+ title ="Facebook " />
13
+ </ a >
14
+ < a href ="https://twitter.com/pixelnest/ ">
15
+ < img class ="twitter "
16
+ src ="/static/images/icons/footer_twitter.png "
17
+ alt ="Twitter "
18
+ title ="Twitter " />
19
+ </ a >
20
+ < a href ="/ ">
21
+ < img class ="pxn "
22
+ src ="/static/images/icons/footer-pxn.png "
23
+ alt ="Pixelnest Studio "
24
+ title ="Pixelnest Studio " />
25
+ </ a >
11
26
</ div >
12
27
</ footer >
Original file line number Diff line number Diff line change 40
40
41
41
.page-footer__item.social {
42
42
text-align : right ;
43
+
44
+ img {
45
+ vertical-align : middle ;
46
+ }
47
+
48
+ .facebook ,
49
+ .twitter {
50
+ width : auto ;
51
+ height : 20px ;
52
+ }
53
+
54
+ .facebook {
55
+ margin-right : 16px ;
56
+ }
57
+
58
+ .twitter {
59
+ margin-right : 32px ;
60
+ }
61
+
62
+ .pxn {
63
+ width : auto ;
64
+ height : 32px ;
65
+ }
66
+
67
+ a {
68
+ img {
69
+ transition : all 150ms ease-out ;
70
+ }
71
+
72
+ & :hover img {
73
+ transform : scale (1.1 , 1.1 );
74
+ }
75
+ }
43
76
}
You can’t perform that action at this time.
0 commit comments