Nicer padding & spacing around logo

This commit is contained in:
arne 2022-12-10 18:04:21 +01:00
commit 6543ac8ad0

View file

@ -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;