@@ -1190,14 +1190,18 @@ body {
1190
1190
position : sticky;
1191
1191
top : 100% ;
1192
1192
text-transform : uppercase;
1193
+ grid-template-columns : repeat (2 , 1fr );
1194
+ grid-template-rows : repeat (4 , 1fr );
1195
+ justify-content : space-between;
1196
+ text-align : center;
1193
1197
}
1194
1198
1195
1199
.footer-privacy svg , .footer-copyright svg {
1196
1200
display : inline-block;
1197
1201
vertical-align : text-bottom;
1198
1202
width : 0.666rem ;
1199
1203
height : 1rem ;
1200
- fill : var (--clr-text );
1204
+ fill : var (--clr-two );
1201
1205
}
1202
1206
1203
1207
.heart svg {fill : var (--clr-two );}
@@ -1227,7 +1231,8 @@ span.location {
1227
1231
border-radius : 100% ;
1228
1232
fill : var (--clr-two );
1229
1233
background : var (--clr-one );
1230
- justify-self : end;
1234
+ justify-self : end;
1235
+ grid-column-start : 2 ;
1231
1236
}
1232
1237
1233
1238
.footer-peak svg {
@@ -1239,6 +1244,18 @@ span.location {
1239
1244
background : var (--clr-two );
1240
1245
}
1241
1246
1247
+ .footer-menu {
1248
+ justify-self : end;
1249
+ text-align : right;
1250
+ grid-column-start : 2 ;
1251
+ grid-row-start : 1 ;
1252
+ grid-row-end : 5 ;
1253
+ }
1254
+
1255
+ .footer-privacy {justify-self : start; text-align : left; grid-row : 2 ;}
1256
+ .footer-copyright {justify-self : middle; text-align : left; grid-row : 1 ; white-space : nowrap;}
1257
+
1258
+
1242
1259
@media all and (min-width : 31.5em ) {
1243
1260
.header {
1244
1261
margin : 0 auto 0rem ;
@@ -1249,32 +1266,6 @@ span.location {
1249
1266
}
1250
1267
}
1251
1268
1252
- @media all and (min-width : 40em ) {
1253
- .footer {
1254
- grid-template-columns : repeat (2 , 1fr );
1255
- grid-template-rows : repeat (4 , 1fr );
1256
- justify-content : space-between;
1257
- text-align : center;
1258
- }
1259
-
1260
- .footer-menu {
1261
- justify-self : end;
1262
- text-align : right;
1263
- grid-column-start : 2 ;
1264
- grid-row-start : 1 ;
1265
- grid-row-end : 5 ;
1266
- }
1267
-
1268
- .footer-privacy {justify-self : start; text-align : left; grid-row : 2 ;}
1269
- .footer-copyright {justify-self : middle; text-align : left; grid-row : 1 ;}
1270
- .footer-privacy svg {fill : var (--clr-two );}
1271
-
1272
- .footer-peak {
1273
- grid-column-start : 2 ;
1274
- grid-row-start : 5 ;
1275
- }
1276
- }
1277
-
1278
1269
@media all and (min-width : 55em ) {
1279
1270
.footer {
1280
1271
grid-template-columns : repeat (3 , 1fr );
@@ -1497,4 +1488,5 @@ blockquote {
1497
1488
1498
1489
.plate svg : not (.attractor svg ): not (.error svg ) {width : 220px ; height : 220px ;}
1499
1490
.pagination-item svg {width : 50px ; height : 50px ;}
1500
- }
1491
+ }
1492
+
0 commit comments