mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
(Update) Typography: Reduce xxlarge title size
This commit is contained in:
parent
e3c762edf8
commit
372b67d9c0
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ $font-size-base-plus: 19px;
|
|||
$font-size-medium: 24px;
|
||||
$font-size-large: 30px;
|
||||
$font-size-xlarge: 40px;
|
||||
$font-size-xxlarge: 80px;
|
||||
$font-size-xxlarge: 70px;
|
||||
|
||||
$line-height-base: 1.5;
|
||||
$line-height-heading: 1.2;
|
||||
|
@ -78,7 +78,7 @@ $line-height-heading: 1.2;
|
|||
letter-spacing: -0.015em;
|
||||
}
|
||||
@mixin font-title-xxlarge() {
|
||||
font-weight: $font-weight-xlight;
|
||||
font-weight: $font-weight-light;
|
||||
font-size: pxToRem($font-size-xxlarge);
|
||||
line-height: $line-height-heading;
|
||||
letter-spacing: -0.025em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue