fix font-size of fess-ss
This commit is contained in:
parent
f419191ab7
commit
54ac5b701f
1 changed files with 15 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue