mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
fix bottom padding
This commit is contained in:
parent
b913d5f3ae
commit
06e074bbe8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
}
|
||||
.user-projects-modal-content {
|
||||
padding: 0 30px 30px;
|
||||
padding: 0 30px 8px;
|
||||
background: #E9F1FC;
|
||||
height: calc(100vh - 300px);
|
||||
overflow-y: auto;
|
||||
|
|
Loading…
Reference in a new issue