btn live responsive

This commit is contained in:
Tessier
2020-10-15 17:13:23 +02:00
parent 68ded22790
commit 0d6cbda7b3
3 changed files with 11 additions and 5 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -37,15 +37,19 @@
& > div{
margin: 4rem auto;
a{
padding: 0.7rem 4rem;
padding: 0.7rem 2rem;
background: $color2;
color: white!important;
font-family:'truenoregular';
text-transform: uppercase;
font-size:1.2rem;
font-size:1rem;
&:hover{
@include shadow;
}
@media screen and (min-width: 576px) {
font-size:1rem;
padding: 0.7rem 4rem;
}
}
}
}