Mobile optimized the DomainItem
This commit is contained in:
@ -18,4 +18,15 @@
|
||||
border: 1px solid $primary
|
||||
|
||||
.delete-domain:hover
|
||||
color: $red-hover
|
||||
color: $red-hover
|
||||
|
||||
@media screen and (max-width: 502px)
|
||||
.domain-item
|
||||
gap: 0.2rem
|
||||
.domain-item svg:nth-child(1)
|
||||
display: none
|
||||
|
||||
@media screen and (max-width: 391px)
|
||||
.domain-item
|
||||
font-size: 15pt
|
||||
padding: 0.7rem 0.5rem
|
||||
|
Reference in New Issue
Block a user