Added placeholder image, finalized <main> layout
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 3s
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 3s
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
|
||||
* {
|
||||
font-family: "Lato", sans-serif;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html, body {
|
||||
@ -32,9 +33,6 @@ html, body, p, h1, h2, h3, h4, h5, h6 {
|
||||
body {
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
body > * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: var(--header-color);
|
||||
|
||||
Reference in New Issue
Block a user