Fixing very small mobile phones in the notice.

This commit is contained in:
sergiotarxz 2020-12-30 21:05:16 +01:00
parent fa7bf8b6f5
commit fb6585cf60
Signed by untrusted user who does not match committer: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 2 additions and 1 deletions

View File

@ -89,6 +89,7 @@ a:hover,a:focus {
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
height: 100%;
background: #000;
color: white;
@ -145,7 +146,7 @@ h2 {
background: white;
padding: 10px;
border-radius: 15px;
max-height: 100%;
max-height: 95%;
overflow-y: scroll;
}
#poping-notice.active {