|
@@ -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;
|
|
|
}
|
|
|
}
|
|
|
|