mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
more tweaks
This commit is contained in:
parent
cca9b4a7ed
commit
278f7c8819
1 changed files with 3 additions and 1 deletions
|
@ -92,6 +92,7 @@ $base-bg: $ui-white;
|
|||
|
||||
.categories {
|
||||
border-bottom: 1px solid $ui-border;
|
||||
padding: 8px 0;
|
||||
width: 58.75rem;
|
||||
justify-content: center;
|
||||
|
||||
|
@ -114,7 +115,8 @@ $base-bg: $ui-white;
|
|||
|
||||
#projectBox {
|
||||
background-color: $ui-gray;
|
||||
padding-bottom: 30px;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 32px;
|
||||
width: 100%;
|
||||
|
||||
.grid .flex-row {
|
||||
|
|
Loading…
Reference in a new issue