ghost-8b-beta-128k / style.css
lamhieu's picture
chore: initialize the app
7a58a7d
raw
history blame contribute delete
302 Bytes
h1 {
text-align: center;
display: block;
}
#duplicate-button {
margin: auto;
color: white;
background: #1565c0;
border-radius: 100vh;
}
.contain {
max-width: 900px;
margin: auto;
padding-top: 1.5rem;
}
.s-pad {
display: block;
padding-top: 2rem;
height: 1px;
width: 100%;
}