Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEspina2 <expina2@hotmail.com>2017-01-18 22:59:41 +0300
committerEspina2 <expina2@hotmail.com>2017-01-18 22:59:41 +0300
commit63e7da92faed24d03b3e81306fc83d103ab00ce6 (patch)
tree5e4d23635da452ef80ea732fd9d0638a77476591 /assets/css/modules/typography.scss
parent024e5a49badcedaf2690a5b3687442a61e46216e (diff)
fix homepage revision
Diffstat (limited to 'assets/css/modules/typography.scss')
-rw-r--r--assets/css/modules/typography.scss31
1 files changed, 30 insertions, 1 deletions
diff --git a/assets/css/modules/typography.scss b/assets/css/modules/typography.scss
index 771acc4c..2b5e6d73 100644
--- a/assets/css/modules/typography.scss
+++ b/assets/css/modules/typography.scss
@@ -2,6 +2,32 @@
@import "../helpers.scss";
@import '../vendor/modular-scale/modular-scale.scss';
+.jumbotron {
+ @include modifier(heading-1) {
+ padding-top: 0;
+ color: white !important;
+ font-size: ms(3) !important;
+ line-height: 120%;
+ font-weight: 500;
+
+ @media (max-width: $break-small) {
+ font-size: ms(0, 34px) !important;
+ line-height: 1 !important;
+ margin-top: 0;
+ }
+ }
+
+ @include modifier(lead) {
+ font-size: ms(0);
+ color: white;
+ line-height: 1.6;
+
+ @media (max-width $break-small) {
+ font-size: ms(0, 16px)
+ }
+ }
+}
+
.section {
@include modifier(text--center) {
margin: 0 auto;
@@ -11,6 +37,7 @@
@include modifier(heading-1) {
font-size: ms(3);
font-weight: 300;
+ line-height: 1.2;
margin: 0;
@media (max-width: $break-small) {
@@ -30,9 +57,11 @@
font-weight: 300;
}
- @include modifier(intro) {
+ @include modifier(paragraph) {
font-size: ms(0);
font-weight: 300;
+ line-height: 1.5;
+ color: #434343;
}
}