Spaces:
Paused
Paused
File size: 200 Bytes
db7bedd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
#component-0{
max-width: 900px;
margin: 0 auto;
}
#description, h1 {
text-align: center;
}
#duplicate-button {
margin: auto;
color: #fff;
background: #1565c0;
border-radius: 100vh;
}
|