Rearrange home sidebars

This commit is contained in:
Alex Gleason 2020-08-09 00:29:28 -05:00
parent 3135a2a5ec
commit 715779653c
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 5 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -8,6 +8,10 @@
box-sizing: border-box; box-sizing: border-box;
background: var(--foreground-color); background: var(--foreground-color);
&:first-child {
margin-top: 0;
}
&:not(:last-of-type) { &:not(:last-of-type) {
margin-bottom: 10px; margin-bottom: 10px;
} }

View file

@ -169,7 +169,7 @@ body.admin {
} }
.funding-panel { .funding-panel {
margin: 20px 0; margin-top: 15px;
strong { strong {
font-weight: bold; font-weight: bold;