collection_cloner / style.css
davanstrien's picture
davanstrien HF staff
Add center alignment and styling to component-0
30005a8
raw
history blame contribute delete
No virus
107 Bytes
h1 {
text-align: center;
}
#component-0 {
max-width: 750px;
margin: auto;
padding-top: 1.5rem;
}