Revert "Fixing the definitions vanishing at certain breakpoints"

This reverts commit 9005f1533122bff6e1dd84264a6961d9402ad338.
This commit is contained in:
Jocelyn Badgley (Twipped) 2022-02-22 11:27:53 -08:00
parent 64d6e82ca6
commit 773af406d8

View File

@ -3,6 +3,7 @@
@media screen and (min-width: 800px) { @media screen and (min-width: 800px) {
position: relative; position: relative;
height: 0;
left: calc(100% + 1em); left: calc(100% + 1em);
width: 400px; width: 400px;
padding: 0 1em; padding: 0 1em;