chore: format with editor
This commit is contained in:
parent
4c57e7db61
commit
ba13fbfe62
1 changed files with 9 additions and 5 deletions
|
@ -8,12 +8,12 @@ html {
|
|||
|
||||
body {
|
||||
color: #151515;
|
||||
font-family: 'Assistant', sans-serif;
|
||||
font-family: "Assistant", sans-serif;
|
||||
line-height: 1.5;
|
||||
margin: 0.666rem;
|
||||
max-width: 666px;
|
||||
padding: 1rem;
|
||||
border: 0.420rem solid #b68024;
|
||||
border: 0.42rem solid #b68024;
|
||||
background: #eee;
|
||||
border-radius: 1rem;
|
||||
}
|
||||
|
@ -55,8 +55,13 @@ h1 {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Balsamiq Sans', display;
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: "Balsamiq Sans", display;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -72,7 +77,6 @@ img {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
max-width: 80vw;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue