Add toggle content style

This commit is contained in:
Martín González
2016-12-29 11:24:53 +01:00
parent 28b452f994
commit 99a0e79354
2 changed files with 30 additions and 1 deletions

View File

@@ -63,6 +63,28 @@
#debate-info {
display: none;
margin-top: 1rem;
@include breakpoint(medium) {
margin-bottom: 2rem;
}
.debate-info-wrapper {
h2 {
font-size: $lead-font-size;
@include breakpoint(medium) {
float: left;
}
}
p {
@include breakpoint(medium) {
margin-left: 25%;
}
}
}
}
.half-gradient {