Mobile optimized the DomainButton.jsx
This commit is contained in:
@ -12,6 +12,15 @@
|
|||||||
border-radius: 15px
|
border-radius: 15px
|
||||||
color: $gray
|
color: $gray
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
margin-left: auto
|
||||||
|
|
||||||
.domain-button:hover
|
.domain-button:hover
|
||||||
border: 1px solid $primary
|
border: 1px solid $primary
|
||||||
|
|
||||||
|
@media screen and (max-width: 1024px)
|
||||||
|
.domain-button
|
||||||
|
font-size: 18pt
|
||||||
|
|
||||||
|
@media screen and (max-width: 768px)
|
||||||
|
.domain-button
|
||||||
|
margin-left: 0
|
Reference in New Issue
Block a user