Mobile optimized the DomainItem

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

View File

@ -19,3 +19,14 @@
.delete-domain: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