1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-28 00:27:49 +02:00
market/src/components/Layout.module.css

22 lines
347 B
CSS

.app {
height: 100%;
background: url('../../node_modules/@oceanprotocol/art/waves/waves.svg')
no-repeat center 11rem;
/* sticky footer technique */
display: flex;
min-height: 100vh;
flex-direction: column;
}
.app > * {
width: 100%;
}
.main {
padding: calc(var(--spacer) * 2) 0;
/* sticky footer technique */
flex: 1;
}