File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
footer
2
2
margin-top 2em
3
3
background-color $node-gray
4
- padding 0 0 px
4
+ padding 0
5
5
6
6
a ,
7
7
a :link ,
13
13
text-decoration underline
14
14
15
15
& .no-margin-top
16
- margin-top 0 px
16
+ margin-top 0
Original file line number Diff line number Diff line change 24
24
a :hover
25
25
background-color transparent
26
26
text-decoration underline
27
-
27
+
28
28
#lang-picker-toggler
29
29
position absolute
30
30
right 0
Original file line number Diff line number Diff line change 42
42
43
43
.home-banner
44
44
opacity 1
45
- transition .2s opacity ease-in-out
45
+ transition opacity .2s ease-in-out
46
46
47
47
& :hover
48
48
opacity 0.85
65
65
font-size 30px
66
66
font-weight 400
67
67
68
- transition .2 s background-color ease-in-out
68
+ transition background-color .2 s ease-in-out
69
69
70
70
& :hover
71
71
background-color $node-green
Original file line number Diff line number Diff line change 76
76
width 100%
77
77
float none
78
78
article
79
- margin-left 0 px
79
+ margin-left 0
80
80
81
81
.full-width
82
82
width 100%
@@ -109,9 +109,9 @@ html[dir="rtl"]
109
109
110
110
article
111
111
margin-right 220px
112
- margin-left 0 px
112
+ margin-left 0
113
113
114
114
@media screen and (max-width : 480px )
115
115
.has-side-nav
116
116
article
117
- margin-right 0 px
117
+ margin-right 0
You can’t perform that action at this time.
0 commit comments