🎨 set max width to 7xl

This commit is contained in:
Greg Newman
2023-08-02 10:13:04 -04:00
parent f4274737a6
commit 0fa5d5ebcd
3 changed files with 6 additions and 29 deletions

View File

@@ -1377,10 +1377,6 @@ i:not(.link-force) {
height: auto;
}
.h-\[15px\] {
height: 15px;
}
.h-32 {
height: 8rem;
}
@@ -1546,6 +1542,10 @@ i:not(.link-force) {
max-width: 42rem;
}
.max-w-7xl {
max-width: 80rem;
}
.flex-auto {
flex: 1 1 auto;
}
@@ -1757,12 +1757,6 @@ i:not(.link-force) {
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
@@ -2101,11 +2095,6 @@ i:not(.link-force) {
background-color: rgb(254 240 138 / 0.7);
}
.bg-slate {
--tw-bg-opacity: 1;
background-color: rgb(49 74 87 / var(--tw-bg-opacity));
}
.bg-opacity-10 {
--tw-bg-opacity: 0.1;
}
@@ -2352,10 +2341,6 @@ i:not(.link-force) {
padding-bottom: 1.5rem;
}
.pt-5 {
padding-top: 1.25rem;
}
.pr-\[1vw\] {
padding-right: 1vw;
}
@@ -3443,14 +3428,6 @@ i:not(.link-force) {
margin-bottom: 2.5rem;
}
.lg\:block {
display: block;
}
.lg\:hidden {
display: none;
}
.lg\:min-w-\[300px\] {
min-width: 300px;
}