Merging develop and landing-nip

This commit is contained in:
Hugo Averty 2020-06-24 18:07:58 +02:00
commit 7067312659
112 changed files with 2375 additions and 714 deletions

View file

@ -163,9 +163,13 @@ header {
}
&.contribute {
background-image: url('../images/btn-bg-2.png');
@include media-breakpoint-down(sm) {
display: block;
}
}
&.play {
background-image: url('../images/btn-bg-3.png');
cursor: pointer;
}
&.start {
/*padding-left: 55px;*/
@ -192,6 +196,10 @@ header {
}*/
}
.social-links a {
cursor: pointer;
}
img{
max-width: 100%;
}