fix font-size of fess-ss

This commit is contained in:
yfujita 2017-08-04 17:51:18 +09:00
parent f419191ab7
commit 54ac5b701f

View file

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