13 lines
155 B
SCSS
13 lines
155 B
SCSS
|
@import 'common/sass/variables';
|
||
|
|
||
|
.ENS {
|
||
|
&-title {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
&-description {
|
||
|
max-width: 800px;
|
||
|
margin: 0 auto $space;
|
||
|
}
|
||
|
}
|