This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/themes/dcb2017/sass/components/_blocks.scss
2017-03-31 15:21:45 +01:00

34 lines
470 B
SCSS

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