mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-24 09:29:35 -05:00
Update headers sizing
This commit is contained in:
+7
-6
@@ -172,7 +172,7 @@
|
||||
h1 {
|
||||
font-size: 1.7em;
|
||||
line-height: 1em;
|
||||
font-weight: 700;
|
||||
font-weight: 500;
|
||||
margin: 2em 0 0 0;
|
||||
padding: 0;
|
||||
font-family: $font-title;
|
||||
@@ -183,14 +183,14 @@
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
font-size: 1.2em;
|
||||
line-height: 1em;
|
||||
font-weight: 700;
|
||||
font-weight: 300;
|
||||
margin: 1em 0 0 0;
|
||||
font-family: $font-title;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.3em;
|
||||
font-size: 1em;
|
||||
line-height: 1em;
|
||||
font-weight: bold;
|
||||
margin: 1em 0;
|
||||
@@ -373,11 +373,12 @@
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
.article-title {
|
||||
float: left;
|
||||
font-family: $font-title;
|
||||
font-size: 2.5em;
|
||||
font-weight: 900;
|
||||
font-size: 2.4em;
|
||||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
color: $color-default;
|
||||
transition: 0.2s;
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
font-size: 0.95em;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
font-weight: 400;
|
||||
text-overflow: ellipsis;
|
||||
overflow: auto;
|
||||
white-space: normal;
|
||||
|
||||
Reference in New Issue
Block a user