update style of fess-ss
This commit is contained in:
parent
0651a4270a
commit
7155bcbcab
1 changed files with 37 additions and 0 deletions
|
@ -17,6 +17,13 @@
|
|||
.description {
|
||||
font-size: medium;
|
||||
}
|
||||
.title {
|
||||
line-height: 32px;
|
||||
font-size: 18px;
|
||||
}
|
||||
.site {
|
||||
font-size: medium;
|
||||
}
|
||||
}
|
||||
/* Large devices (desktops, less than 75em) */
|
||||
@media ( max-width : 74.9em) {
|
||||
|
@ -26,6 +33,13 @@
|
|||
.description {
|
||||
font-size: medium;
|
||||
}
|
||||
.title {
|
||||
line-height: 32px;
|
||||
font-size: 18px;
|
||||
}
|
||||
.site {
|
||||
font-size: medium;
|
||||
}
|
||||
}
|
||||
|
||||
/* Medium devices (tablets, less than 62em) */
|
||||
|
@ -36,6 +50,13 @@
|
|||
.description {
|
||||
font-size: medium;
|
||||
}
|
||||
.title {
|
||||
line-height: 32px;
|
||||
font-size: 18px;
|
||||
}
|
||||
.site {
|
||||
font-size: medium;
|
||||
}
|
||||
}
|
||||
|
||||
/* Small devices (landscape phones, less than 48em) */
|
||||
|
@ -45,6 +66,14 @@
|
|||
}
|
||||
.description {
|
||||
font-size: small;
|
||||
display: inline !important;
|
||||
}
|
||||
.title {
|
||||
line-height: 24px;
|
||||
font-size: 15px;
|
||||
}
|
||||
.site {
|
||||
font-size: small;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -55,6 +84,14 @@
|
|||
}
|
||||
.description {
|
||||
font-size: small;
|
||||
display: inline !important;
|
||||
}
|
||||
.title {
|
||||
line-height: 24px;
|
||||
font-size: 15px;
|
||||
}
|
||||
.site {
|
||||
font-size: small;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue