style: modal mobile optimization

This commit is contained in:
httpjamesm
2023-05-22 14:19:04 -04:00
parent e30d7456ac
commit abb1fc53cb
+9
View File
@@ -139,6 +139,8 @@ body {
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
padding: 1rem;
box-sizing: border-box;
}
#attribution-modal:target {
@@ -172,3 +174,10 @@ body {
min-width: 25rem;
border-radius: 10px;
}
@media only screen and (max-width: 800px) {
.modal-content {
min-width: auto;
width: 100%;
}
}