introduce prettierrc formatting
This commit is contained in:
6
404.css
6
404.css
@@ -17,7 +17,7 @@ body {
|
||||
}
|
||||
|
||||
.nf-code {
|
||||
font-family: "Fraunces", serif;
|
||||
font-family: 'Fraunces', serif;
|
||||
font-size: clamp(7rem, 22vw, 16rem);
|
||||
font-weight: 600;
|
||||
line-height: 1;
|
||||
@@ -44,7 +44,7 @@ body {
|
||||
|
||||
.nf-eyebrow::before,
|
||||
.nf-eyebrow::after {
|
||||
content: "";
|
||||
content: '';
|
||||
display: block;
|
||||
height: 1px;
|
||||
width: 3rem;
|
||||
@@ -53,7 +53,7 @@ body {
|
||||
}
|
||||
|
||||
.nf-heading {
|
||||
font-family: "Fraunces", serif;
|
||||
font-family: 'Fraunces', serif;
|
||||
font-size: clamp(1.6rem, 4vw, 2.8rem);
|
||||
font-weight: 600;
|
||||
color: var(--text);
|
||||
|
||||
Reference in New Issue
Block a user