diff --git a/public/css/app.css b/public/css/app.css index be74e7f9d..7167f3823 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -51017,10 +51017,6 @@ body{ width: 500px; } - .sm\:w-1\/2{ - width: 50%; - } - .sm\:w-6\/12{ width: 50%; } @@ -51287,6 +51283,12 @@ body{ display: flex; } + .lg\:inline-flex{ + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + } + .lg\:hidden{ display: none; } @@ -51502,14 +51504,14 @@ body{ justify-content: space-around; } - .lg\:gap-8{ - gap: 2rem; - } - .lg\:gap-16{ gap: 4rem; } + .lg\:gap-8{ + gap: 2rem; + } + .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(4rem * var(--tw-space-x-reverse)); diff --git a/safelist.txt b/safelist.txt index 504cd8b73..513e2d569 100644 --- a/safelist.txt +++ b/safelist.txt @@ -15,6 +15,8 @@ lg:relative lg:right-0 lg:justify-around lg:space-x-16 +lg:inline-flex +lg:space-y-0 sm:ltr:right-4 sm:rtl:left-4 sm:w-500