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/web/themes/dcb2017/sass/components/_blocks.scss
2017-03-31 12:22:46 +01:00

18 lines
270 B
SCSS

.block-system-branding-block {
float: left;
margin: 0.5em 2em;
}
.site-logo img {
display: block;
width: 11rem;
}
#block-homepagehero {
font-size: 1.8rem;
line-height: 1.2;
margin: auto;
max-width: 30rem;
padding: 10rem 1rem;
text-align: center;
}