gracexu's picture
Update style.css
d87131b
raw
history blame contribute delete
203 Bytes
h1 {
text-align: center;
}
#duplicate-button {
margin: auto;
color: white;
background: #f2f2f2
border-radius: 100vh;
}
.contain {
max-width: 900px;
margin: auto;
padding-top: 1.5rem;
}