Adds texts for welcome, changes call to action

This commit is contained in:
Alberto Garcia Cabeza
2015-09-14 13:40:43 +02:00
parent e074a89a47
commit 53902a9d70
6 changed files with 41 additions and 23 deletions

View File

@@ -302,21 +302,13 @@ header {
font-size: rem-calc(16);
margin-top: 0;
&.see-more-debates {
&.see-more {
width: 100%;
@media (min-width: $small-breakpoint) {
width: auto;
}
}
&.see-more-proposals {
@extend .see-more-debates;
@media (min-width: $small-breakpoint) {
margin-left: rem-calc(12);
}
}
}
.home-page {