Mobile optimized the DomainButton.jsx

This commit is contained in:
2023-01-01 20:37:15 +01:00
parent dc27bb4976
commit 9809da44bf

View File

@ -12,6 +12,15 @@
border-radius: 15px
color: $gray
cursor: pointer
margin-left: auto
.domain-button:hover
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