silverstripe-webpack/app/client/src/scss/_layout.scss

15 lines
196 B
SCSS

/**
* Your custom style
*/
@import "_components/ui.carousel";
// hide default page title cuz elemental object will be used to display titles
h1 {
display: none;
}
img {
max-width: 100%;
}