fix: Making poping notice more responsive.

This commit is contained in:
sergiotarxz 2021-01-20 20:17:47 +01:00
parent 5228ddfe6b
commit 93e32bd0a0
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 7 additions and 2 deletions

View File

@ -73,7 +73,6 @@ body {
#poping-notice {
position: absolute;
display: none;
width: 40%;
padding: 3rem;
border-radius: 0.3rem;
background-color: #374151;
@ -186,4 +185,10 @@ body {
#modal-video-container.active {
display: flex;
}
}
@media (min-width: 812px) {
#poping-notice {
width: 40%;
}
}