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/_schedule.scss
2017-06-16 11:23:38 +01:00

22 lines
247 B
SCSS

.view-schedule {
h3 {
background: $dcb-green;
color: white;
font-size: 1.5em;
text-align: center;
}
h2 {
font-size: 1.8em;
text-transform: none;
}
h4 {
font-size: 1.3em
}
p {
margin: 0.5em 0;
}
}