natalie-diffusion / style.css
ZennyKenny's picture
Create style.css
5854154 verified
raw
history blame contribute delete
288 Bytes
#left-column {
padding: 1rem;
}
#right-column {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
}
#generated-image > img {
border-radius: 12px;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
max-width: 100%;
height: auto;
}