tweak styles
This commit is contained in:
parent
ea1ae72de3
commit
b8b40ca9a4
|
@ -8,9 +8,8 @@ body {
|
||||||
|
|
||||||
main {
|
main {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 56em;
|
max-width: 800px;
|
||||||
background-color: white;
|
padding: 25px;
|
||||||
padding: 2em;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
@ -27,13 +26,4 @@ h1 {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
|
||||||
font-family: menlo, inconsolata, monospace;
|
|
||||||
font-size: calc(1em - 2px);
|
|
||||||
color: #555;
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
padding: 0.2em 0.4em;
|
|
||||||
border-radius: 2px;
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue