mirror of
https://github.com/kremalicious/ipfs.git
synced 2025-01-07 12:27:35 +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%;
|
||
|
}
|