File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 5
5
// -------------------------------------------------------
6
6
7
7
.logo {
8
+ @include font-title ;
9
+
10
+ background : $brand-black ; // TMP
11
+
12
+ text-align : center ;
13
+ }
14
+
15
+ .logo--home {
8
16
}
9
17
10
18
.logo__link {
19
+ color : white ;
11
20
}
12
21
13
22
.logo__image {
23
+ img {
24
+ width : 100px ;
25
+ height : 100px ;
26
+ }
14
27
}
15
28
16
- .logo__image img {
29
+ .logo__image--big {
30
+ img {
31
+ width : 160px ;
32
+ height : 160px ;
33
+ }
17
34
}
18
35
19
36
.logo__name {
37
+ text-shadow : 0 3px 10px rgba (black , 0.2 );
38
+
39
+ font-size : 4.8rem ;
20
40
}
Original file line number Diff line number Diff line change 11
11
< a href ="/ " class ="logo__link ">
12
12
< h1 class ="logo__name "> Pixelnest</ h1 >
13
13
14
- < div class ="logo__image ">
14
+ < div class ="logo__image logo__image--big ">
15
15
< img src ="/static/images/logo/logo_512.png " alt ="Pixelnest Studio " title ="Pixelnest Studio " />
16
16
</ div >
17
17
</ a >
You can’t perform that action at this time.
0 commit comments