VerifySignature/components/layout.module.css
Overtorment 7bfc8ba96f init
2021-07-28 18:05:58 +01:00

15 lines
209 B
CSS

.container {
max-width: 36rem;
padding: 0 1rem;
margin: 3rem auto 6rem;
}
.header {
display: flex;
flex-direction: column;
align-items: center;
}
.backToHome {
margin: 3rem 0 0;
}