mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
where did the ; go?
This commit is contained in:
parent
5c67ef4961
commit
3aaf36e82a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
border-radius: 8px;
|
||||
background-color: $ui-blue;
|
||||
cursor: pointer;
|
||||
color: $ui-white
|
||||
color: $ui-white;
|
||||
padding: 1rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue