mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
switched button border radius back to 4px
This commit is contained in:
parent
cd030e0895
commit
1c8a124f44
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ $stage-width: 480px;
|
|||
.remix-button,
|
||||
.see-inside-button {
|
||||
margin-top: 0;
|
||||
border-radius: .375rem;
|
||||
border-radius: .25rem;
|
||||
padding-top: .6875rem;
|
||||
padding-right: .9375rem;
|
||||
padding-bottom: .6875rem;
|
||||
|
|
Loading…
Reference in a new issue