Nicer padding & spacing around logo
This commit is contained in:
parent
2b22df7ecb
commit
6543ac8ad0
1 changed files with 3 additions and 2 deletions
|
|
@ -98,8 +98,8 @@ main {
|
|||
width: 100%;
|
||||
max-width: 960px;
|
||||
padding: 48px;
|
||||
row-gap: 48px;
|
||||
column-gap: 32px;
|
||||
row-gap: 40px;
|
||||
column-gap: 40px;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
grid-template-rows: auto minmax(0, 1fr) auto; // grow the content area, shrink the other ones
|
||||
grid-template-areas:
|
||||
|
|
@ -119,6 +119,7 @@ header {
|
|||
a {
|
||||
border: none;
|
||||
display: block;
|
||||
padding: 0;
|
||||
|
||||
&:hover {
|
||||
background: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue