diff --git a/_dev/elegance.css b/_dev/elegance.css index 93d3527..4a12962 100644 --- a/_dev/elegance.css +++ b/_dev/elegance.css @@ -66,7 +66,7 @@ input[type="radio"],input[type="checkbox"] { } } -@media (max-width: 640px) { +@media (max-width: 1024px) { .hide-on-small { display: none; } diff --git a/assets/css/theme.css b/assets/css/theme.css index 46160e1..5ef4ba9 100755 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -835,10 +835,6 @@ select { top: 100%; } -.left-2 { - left: 0.5rem; -} - .z-10 { z-index: 10; } @@ -1537,6 +1533,14 @@ select { padding-right: 0px; } +.pr-1 { + padding-right: 0.25rem; +} + +.pr-1\.5 { + padding-right: 0.375rem; +} + .pr-2 { padding-right: 0.5rem; } @@ -1812,7 +1816,7 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { } } -@media (max-width: 640px) { +@media (max-width: 1024px) { .hide-on-small { display: none; } @@ -2188,10 +2192,6 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { bottom: 0.75rem; } - .lg\:left-0 { - left: 0px; - } - .lg\:right-0 { right: 0px; } @@ -2282,6 +2282,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { line-height: 1.75rem; } + .lg\:font-bold { + font-weight: 700; + } + .lg\:shadow-none { --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; diff --git a/templates/layouts/layout-both-columns.tpl b/templates/layouts/layout-both-columns.tpl index 1f4c146..167c9af 100644 --- a/templates/layouts/layout-both-columns.tpl +++ b/templates/layouts/layout-both-columns.tpl @@ -128,18 +128,18 @@