Fixed update notice.

This commit is contained in:
Mike Cao 2023-08-31 00:08:24 -07:00
parent 68ffa823f8
commit 5b7cfe83b4
2 changed files with 7 additions and 4 deletions

View file

@ -2,13 +2,14 @@
position: absolute;
max-width: 800px;
gap: 20px;
margin: 20px auto;
justify-self: center;
margin: 80px auto;
align-self: center;
background: var(--base50);
padding: 20px;
border: 1px solid var(--base300);
border-radius: var(--border-radius);
z-index: var(--z-index-popup);
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}
.message {