mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
17 lines
222 B
SCSS
17 lines
222 B
SCSS
@import 'variables';
|
|
|
|
// Subscribe component
|
|
.subscribe {
|
|
margin: $spacer auto;
|
|
|
|
p {
|
|
text-align: center;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.title {
|
|
font-size: $font-size-h5;
|
|
margin-bottom: $spacer / 2;
|
|
}
|