10 lines
175 B
SCSS
10 lines
175 B
SCSS
|
main {
|
||
|
#meta {
|
||
|
margin: 1.84rem 0 1.424rem 0;
|
||
|
}
|
||
|
#title {
|
||
|
@extend .text-center, .thin-text;
|
||
|
border-bottom: $ff_yellow 2px solid;
|
||
|
padding-bottom: 2px;
|
||
|
}
|
||
|
}
|