diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css index 987f35b..f492c52 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -1,3 +1,10 @@ +#popup { + width: 40em; + max-width: 100%; + overflow: hidden; + margin: auto; +} + header { display: grid; gap: .5em; @@ -37,13 +44,6 @@ section>* { padding: 0 1rem; } -#popup { - width: 35em; - max-width: 100%; - overflow: hidden; - margin: auto; -} - .center { display: grid; place-items: center;