1
0
mirror of https://github.com/kremalicious/ipfs.git synced 2024-06-30 13:51:44 +02:00
ipfs/src/Layout.module.css

14 lines
187 B
CSS

.app {
padding: var(--spacer);
display: flex;
flex-wrap: wrap;
text-align: center;
min-height: 100vh;
margin: auto;
max-width: var(--screen-sm);
}
.main {
width: 100%;
}