Skip to content
Snippets Groups Projects
Commit 7155bcbc authored by yfujita's avatar yfujita
Browse files

update style of fess-ss

parent 0651a427
Branches
Tags
No related merge requests found
...@@ -17,6 +17,13 @@ ...@@ -17,6 +17,13 @@
.description { .description {
font-size: medium; font-size: medium;
} }
.title {
line-height: 32px;
font-size: 18px;
}
.site {
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) {
...@@ -26,6 +33,13 @@ ...@@ -26,6 +33,13 @@
.description { .description {
font-size: medium; font-size: medium;
} }
.title {
line-height: 32px;
font-size: 18px;
}
.site {
font-size: medium;
}
} }
/* Medium devices (tablets, less than 62em) */ /* Medium devices (tablets, less than 62em) */
...@@ -36,6 +50,13 @@ ...@@ -36,6 +50,13 @@
.description { .description {
font-size: medium; font-size: medium;
} }
.title {
line-height: 32px;
font-size: 18px;
}
.site {
font-size: medium;
}
} }
/* Small devices (landscape phones, less than 48em) */ /* Small devices (landscape phones, less than 48em) */
...@@ -45,6 +66,14 @@ ...@@ -45,6 +66,14 @@
} }
.description { .description {
font-size: small; font-size: small;
display: inline !important;
}
.title {
line-height: 24px;
font-size: 15px;
}
.site {
font-size: small;
} }
} }
...@@ -55,6 +84,14 @@ ...@@ -55,6 +84,14 @@
} }
.description { .description {
font-size: small; font-size: small;
display: inline !important;
}
.title {
line-height: 24px;
font-size: 15px;
}
.site {
font-size: small;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment