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-23 13:15:36 +0300
committerEspina2 <expina2@hotmail.com>2017-01-23 13:15:36 +0300
commitc1ef6cb37d17d84d44a0ba7ee64ddec288ea9b26 (patch)
tree1eb906682c322b4cee450380a3a960a427759a67 /assets/css/modules/typography.scss
parentc3f091ff75120ee117f0ba1bdf6d1a9b5d0cb0d1 (diff)
update several styles
Diffstat (limited to 'assets/css/modules/typography.scss')
-rw-r--r--assets/css/modules/typography.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/modules/typography.scss b/assets/css/modules/typography.scss
index 2b5e6d73..feb2b07c 100644
--- a/assets/css/modules/typography.scss
+++ b/assets/css/modules/typography.scss
@@ -50,6 +50,12 @@
@include modifier(heading-2) {
font-size: ms(2);
font-weight: 300;
+
+ @media (max-width: $break-small) {
+ font-size: ms(2);
+ line-height: 1.2;
+ margin-top: 0;
+ }
}
@include modifier(intro) {