15 lines
227 B
SCSS
Vendored
15 lines
227 B
SCSS
Vendored
// Fonts
|
|
@import url('https://fonts.googleapis.com/css?family=Nunito');
|
|
|
|
// Variables
|
|
@import 'variables';
|
|
|
|
// Bootstrap
|
|
@import '~bootstrap/scss/bootstrap';
|
|
|
|
@import "app-common";
|
|
|
|
.post-feature-image {
|
|
max-width: 100%;
|
|
}
|