🍤 popup width made larger

This commit is contained in:
Shiba 2022-08-10 08:17:55 +00:00
parent 1ee722b6ff
commit 21f6ffc85b

View file

@ -1,3 +1,10 @@
#popup {
width: 40em;
max-width: 100%;
overflow: hidden;
margin: auto;
}
header { header {
display: grid; display: grid;
gap: .5em; gap: .5em;
@ -37,13 +44,6 @@ section>* {
padding: 0 1rem; padding: 0 1rem;
} }
#popup {
width: 35em;
max-width: 100%;
overflow: hidden;
margin: auto;
}
.center { .center {
display: grid; display: grid;
place-items: center; place-items: center;