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 {
|
body {
|
||||||
color: #151515;
|
color: #151515;
|
||||||
font-family: 'Assistant', sans-serif;
|
font-family: "Assistant", sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin: 0.666rem;
|
margin: 0.666rem;
|
||||||
max-width: 666px;
|
max-width: 666px;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border: 0.420rem solid #b68024;
|
border: 0.42rem solid #b68024;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -55,8 +55,13 @@ h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1,
|
||||||
font-family: 'Balsamiq Sans', display;
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
font-family: "Balsamiq Sans", display;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -72,7 +77,6 @@ img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
max-width: 80vw;
|
max-width: 80vw;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue