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

34 lines
470 B
SCSS
Raw Normal View History

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