btn live responsive
This commit is contained in:
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{
|
& > div{
|
||||||
margin: 4rem auto;
|
margin: 4rem auto;
|
||||||
a{
|
a{
|
||||||
padding: 0.7rem 4rem;
|
padding: 0.7rem 2rem;
|
||||||
background: $color2;
|
background: $color2;
|
||||||
color: white!important;
|
color: white!important;
|
||||||
font-family:'truenoregular';
|
font-family:'truenoregular';
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size:1.2rem;
|
font-size:1rem;
|
||||||
&:hover{
|
&:hover{
|
||||||
@include shadow;
|
@include shadow;
|
||||||
}
|
}
|
||||||
|
@media screen and (min-width: 576px) {
|
||||||
|
font-size:1rem;
|
||||||
|
padding: 0.7rem 4rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user