Park_detail updates, making the map smaller, merging "Quick Facts" into the header.

This commit is contained in:
pacnpal
2024-11-03 18:28:14 +00:00
parent 61c5bb7367
commit fa0214e249
3 changed files with 161 additions and 78 deletions

View File

@@ -2547,6 +2547,10 @@ select {
cursor: pointer;
}
.resize {
resize: both;
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
@@ -2856,6 +2860,11 @@ select {
background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.bg-purple-100 {
--tw-bg-opacity: 1;
background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
--tw-bg-opacity: 0.5;
}
@@ -3156,6 +3165,11 @@ select {
color: rgb(133 77 14 / var(--tw-text-opacity));
}
.text-purple-800 {
--tw-text-opacity: 1;
color: rgb(107 33 168 / var(--tw-text-opacity));
}
.opacity-0 {
opacity: 0;
}
@@ -3555,6 +3569,11 @@ select {
background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.dark\:bg-purple-700:is(.dark *) {
--tw-bg-opacity: 1;
background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.dark\:from-gray-950:is(.dark *) {
--tw-gradient-from: #030712 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(3 7 18 / 0) var(--tw-gradient-to-position);
@@ -3670,6 +3689,11 @@ select {
color: rgb(254 252 232 / var(--tw-text-opacity));
}
.dark\:text-purple-50:is(.dark *) {
--tw-text-opacity: 1;
color: rgb(250 245 255 / var(--tw-text-opacity));
}
.dark\:ring-1:is(.dark *) {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
@@ -3806,6 +3830,18 @@ select {
grid-column: span 2 / span 2;
}
.lg\:mb-0 {
margin-bottom: 0px;
}
.lg\:mr-6 {
margin-right: 1.5rem;
}
.lg\:mt-0 {
margin-top: 0px;
}
.lg\:flex {
display: flex;
}
@@ -3814,6 +3850,14 @@ select {
display: none;
}
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:flex-1 {
flex: 1 1 0%;
}
.lg\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
@@ -3822,6 +3866,18 @@ select {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:items-start {
align-items: flex-start;
}
.lg\:justify-between {
justify-content: space-between;
}
.lg\:text-6xl {
font-size: 3.75rem;
line-height: 1;