diff --git a/src/main/assemblies/extension/fess-ss/src/css/ss.scss b/src/main/assemblies/extension/fess-ss/src/css/ss.scss index 14ccbebe9c3c5453c02f9a0f754379f08e2c4299..5a51b9497084b3146ad177b4fef1cd2b0833c844 100644 --- a/src/main/assemblies/extension/fess-ss/src/css/ss.scss +++ b/src/main/assemblies/extension/fess-ss/src/css/ss.scss @@ -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; + } } }