|
@@ -14,12 +14,18 @@
|
|
.order-box {
|
|
.order-box {
|
|
width: 20%
|
|
width: 20%
|
|
}
|
|
}
|
|
|
|
+ .description {
|
|
|
|
+ font-size: medium;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
/* Large devices (desktops, less than 75em) */
|
|
/* Large devices (desktops, less than 75em) */
|
|
@media ( max-width : 74.9em) {
|
|
@media ( max-width : 74.9em) {
|
|
.order-box {
|
|
.order-box {
|
|
width: 20%
|
|
width: 20%
|
|
}
|
|
}
|
|
|
|
+ .description {
|
|
|
|
+ font-size: medium;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
/* Medium devices (tablets, less than 62em) */
|
|
/* Medium devices (tablets, less than 62em) */
|
|
@@ -27,6 +33,9 @@
|
|
.order-box {
|
|
.order-box {
|
|
width: 20%
|
|
width: 20%
|
|
}
|
|
}
|
|
|
|
+ .description {
|
|
|
|
+ font-size: medium;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
/* Small devices (landscape phones, less than 48em) */
|
|
/* Small devices (landscape phones, less than 48em) */
|
|
@@ -34,6 +43,9 @@
|
|
.order-box {
|
|
.order-box {
|
|
width: 50%
|
|
width: 50%
|
|
}
|
|
}
|
|
|
|
+ .description {
|
|
|
|
+ font-size: small;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
/* Extra small devices (portrait phones, less than 34em) */
|
|
/* Extra small devices (portrait phones, less than 34em) */
|
|
@@ -41,6 +53,9 @@
|
|
.order-box {
|
|
.order-box {
|
|
width: 50%
|
|
width: 50%
|
|
}
|
|
}
|
|
|
|
+ .description {
|
|
|
|
+ font-size: small;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|