mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 09:08:28 -05:00
13 lines
No EOL
209 B
CSS
13 lines
No EOL
209 B
CSS
#scratch {
|
|
text-align:center;
|
|
margin-top:30px;
|
|
visibility:hidden;
|
|
position:relative;
|
|
}
|
|
|
|
.scratch_unsupported p {
|
|
color:#aaa;
|
|
font-size:22px;
|
|
margin-top:14px;
|
|
line-height:28px;
|
|
} |