mirror of
https://github.com/kremalicious/ipfs.git
synced 2025-01-06 03:44:42 +01:00
14 lines
187 B
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%;
|
|
}
|