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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-01-17 15:53:22 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-01-17 15:53:22 +0300
commit3e0a630eccdefa681c1b26986a39065a7ccc5800 (patch)
tree82f8ccbc31dfc4301620f7373be329fc46d7a9bf /assets/css/modules/typography.scss
parent2e4dcbc43d608797246305cd5977f882eceb689b (diff)
fix typography squishing through tracking reduction
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'assets/css/modules/typography.scss')
-rw-r--r--assets/css/modules/typography.scss26
1 files changed, 12 insertions, 14 deletions
diff --git a/assets/css/modules/typography.scss b/assets/css/modules/typography.scss
index 0ca88fe9..9e25d395 100644
--- a/assets/css/modules/typography.scss
+++ b/assets/css/modules/typography.scss
@@ -6,13 +6,13 @@
@include modifier(text--center) {
margin: 0 auto;
text-align: center;
- }
+ }
@include modifier(heading-1) {
font-size: ms(3);
font-weight: 300;
margin: 0;
-
+
@media (max-width: $break-small) {
font-size: ms(2);
line-height: 1;
@@ -27,13 +27,13 @@
@include modifier(intro) {
font-size: ms(0, 22px);
- font-weight: 300;
- }
+ font-weight: 300;
+ }
@include modifier(intro) {
font-size: ms(0);
- font-weight: 300;
- }
+ font-weight: 300;
+ }
}
.hyperlink {
@@ -52,8 +52,7 @@
h1 {
margin-bottom: 10px;
font-size: 60px;
- line-height: 60px;
- letter-spacing: -2px;
+ line-height: 60px;
color: #555;
font-weight: 500;
}
@@ -61,7 +60,7 @@ h1 {
h2 {
font-size: 60px;
font-weight: 300;
- color: #555;
+ color: #555;
line-height: 1.5;
margin-bottom: 12px;
}
@@ -70,7 +69,7 @@ h3 {
font-size: 22px;
font-weight: 300;
line-height: 1.5;
- color: #555;
+ color: #555;
}
h4 {
@@ -78,13 +77,12 @@ h4 {
font-weight: bold;
line-height: 1.36;
color: #555;
- margin-bottom: 20px;
+ margin-bottom: 20px;
}
h5 {
font-size: 17px;
font-weight: bold;
line-height: 1.5;
- letter-spacing: -1px;
- color: #555;
-} \ No newline at end of file
+ color: #555;
+}