This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/2017/web/themes/dcb2017/sass/layout/_content.scss

9 lines
121 B
SCSS

.region-content {
margin: 0 auto;
max-width: 72rem;
padding: 1rem;
.block-views {
margin-bottom: 5em;
}
}