mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
17 lines
310 B
SCSS
17 lines
310 B
SCSS
@import '../styles/variables';
|
|
|
|
.about {
|
|
background: $brand-black;
|
|
color: $brand-white;
|
|
min-height: calc(100vh - #{$page-frame} * 2);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
|
|
> div {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
}
|