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%;
|
width: 100%;
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
padding: 48px;
|
padding: 48px;
|
||||||
row-gap: 48px;
|
row-gap: 40px;
|
||||||
column-gap: 32px;
|
column-gap: 40px;
|
||||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
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-rows: auto minmax(0, 1fr) auto; // grow the content area, shrink the other ones
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
|
|
@ -119,6 +119,7 @@ header {
|
||||||
a {
|
a {
|
||||||
border: none;
|
border: none;
|
||||||
display: block;
|
display: block;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue