Add places

This commit is contained in:
2023-02-19 19:05:57 +11:00
parent 9b4fd437cd
commit 23c702b2b9
16 changed files with 143 additions and 3 deletions

View File

@@ -983,6 +983,10 @@ video {
grid-column: span 5 / span 5;
}
.m-4 {
margin: 1rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
@@ -1024,6 +1028,10 @@ video {
margin-top: 0px;
}
.mr-4 {
margin-right: 1rem;
}
.inline {
display: inline;
}
@@ -1040,6 +1048,10 @@ video {
height: 4rem;
}
.h-48 {
height: 12rem;
}
.w-36 {
width: 9rem;
}
@@ -1060,6 +1072,10 @@ video {
width: 1rem;
}
.w-48 {
width: 12rem;
}
.max-w-prose {
max-width: 65ch;
}
@@ -1149,6 +1165,11 @@ video {
border-color: transparent;
}
.border-gray-200 {
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-blue-400 {
--tw-bg-opacity: 1;
background-color: rgb(96 165 250 / var(--tw-bg-opacity));
@@ -1167,6 +1188,11 @@ video {
fill: #dbeafe;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.p-1 {
padding: 0.25rem;
}
@@ -1433,6 +1459,16 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
fill: #60a5fa;
}
.hover\:object-fill:hover {
-o-object-fit: fill;
object-fit: fill;
}
.hover\:object-scale-down:hover {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.hover\:text-blue-100:hover {
--tw-text-opacity: 1;
color: rgb(219 234 254 / var(--tw-text-opacity));
@@ -1472,6 +1508,10 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration-line: underline;
}
.hover\:opacity-80:hover {
opacity: 0.8;
}
.prose-a\:rounded-sm :is(:where(a):not(:where([class~="not-prose"] *))) {
border-radius: 0.125rem;
}