fix: Making poping notice more responsive.
This commit is contained in:
parent
5228ddfe6b
commit
93e32bd0a0
9
themes/default/public/dist/css/index.css
vendored
9
themes/default/public/dist/css/index.css
vendored
@ -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%;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user