Mobile optimized the DomainItem

This commit is contained in:
2023-01-07 22:51:40 +01:00
parent bc8302229e
commit ca93c513cb

View File

@ -18,4 +18,15 @@
border: 1px solid $primary border: 1px solid $primary
.delete-domain:hover .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