Build the page scaffolding with CSS grid
Grid columns are symmetrical. From the outside in, they are: - outer margin - inner margin - wide gutter - inner gutter - main content
This commit is contained in:
parent
5dd0748e25
commit
3cbce149ba
5 changed files with 64 additions and 24 deletions
|
@ -50,10 +50,6 @@ hr {
|
|||
margin-block: var(--space-m);
|
||||
}
|
||||
|
||||
main {
|
||||
margin-block-end: var(--space-xl);
|
||||
}
|
||||
|
||||
p + p {
|
||||
margin-block-start: var(--space-paragraph);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue