feature/new_look_default_theme #22

Merged
sergiotarxz merged 7 commits from feature/new_look_default_theme into master 2021-01-22 01:25:08 +01:00
1 changed files with 7 additions and 2 deletions
Showing only changes of commit 93e32bd0a0 - Show all commits

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%;
}
}