6 lines
82 B
SCSS
6 lines
82 B
SCSS
|
|
.register {
|
|
@extend .section;
|
|
@include center-block();
|
|
width: 60%;
|
|
}
|