fix: min-width of the content

This commit is contained in:
kKaskak 2024-03-25 20:52:52 +02:00
parent 2d7dc05ab6
commit 5c4d74c575
2 changed files with 2 additions and 1 deletions

View file

@ -210,7 +210,7 @@
}
.share-prompt {
width: 24rem;
width: 100%;
}
@media only screen and (max-width: @minimum) {

View file

@ -15,6 +15,7 @@
display: flex;
flex-direction: column;
max-width: 80%;
min-width: 30%;
max-height: 80%;
padding: 0 2rem;
border-radius: var(--border-radius);