@@ -65,7 +65,7 @@ article figure {
65
65
.orange {
66
66
67
67
#content {
68
- background : url (' ../img/logo_cut.png' ) no-repeat center 56 px ;
68
+ background : url (' ../img/logo_cut.png' ) no-repeat center rem-calc ( 56 ) ;
69
69
}
70
70
71
71
footer {
@@ -97,7 +97,7 @@ article figure {
97
97
.blue {
98
98
99
99
#content {
100
- background : url (' ../img/logo_cut_blue.png' ) no-repeat center 56 px ;
100
+ background : url (' ../img/logo_cut_blue.png' ) no-repeat center rem-calc ( 56 ) ;
101
101
}
102
102
103
103
footer {
@@ -129,7 +129,7 @@ article figure {
129
129
// green theme --------------------
130
130
.green {
131
131
#content {
132
- background : url (' ../img/logo_cut_green.png' ) no-repeat center 56 px ;
132
+ background : url (' ../img/logo_cut_green.png' ) no-repeat center rem-calc ( 56 ) ;
133
133
}
134
134
135
135
footer {
@@ -161,7 +161,7 @@ article figure {
161
161
// yellow theme --------------------
162
162
.yellow {
163
163
#content {
164
- background : url (' ../img/logo_cut_yellow.png' ) no-repeat center 56 px ;
164
+ background : url (' ../img/logo_cut_yellow.png' ) no-repeat center rem-calc ( 56 ) ;
165
165
}
166
166
167
167
footer {
@@ -194,7 +194,7 @@ article figure {
194
194
.gray {
195
195
196
196
#content {
197
- background : url (' ../img/logo_cut_gray.png' ) no-repeat center 56 px ;
197
+ background : url (' ../img/logo_cut_gray.png' ) no-repeat center rem-calc ( 56 ) ;
198
198
}
199
199
200
200
footer {
@@ -227,7 +227,7 @@ article figure {
227
227
.lilac {
228
228
229
229
#content {
230
- background : url (' ../img/logo_cut_lilac.png' ) no-repeat center 56 px ;
230
+ background : url (' ../img/logo_cut_lilac.png' ) no-repeat center rem-calc ( 56 ) ;
231
231
}
232
232
233
233
footer {
0 commit comments