mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
16 lines
220 B
SCSS
16 lines
220 B
SCSS
@import '../../styles/variables';
|
|
|
|
.header {
|
|
margin-top: $spacer;
|
|
margin-bottom: $spacer;
|
|
|
|
h1 {
|
|
margin: 0;
|
|
}
|
|
|
|
p {
|
|
margin-top: $spacer / 2;
|
|
font-size: $font-size-large;
|
|
}
|
|
}
|