responsive btn
This commit is contained in:
parent
90703611a4
commit
e3caed60fc
1 changed files with 11 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ p {
|
|||
background-color: var(--white);
|
||||
font-size: 20px;
|
||||
font-weight: 400;
|
||||
min-width: 125px;
|
||||
width: 125px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid var(--light-gray);
|
||||
padding: 10px 16px;
|
||||
|
|
@ -286,3 +286,13 @@ p {
|
|||
box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
}
|
||||
|
||||
/*------------- RESPONSIVE -------------*/
|
||||
|
||||
@media screen and (max-width: 1250px) {
|
||||
.btn-text {
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue