summaryrefslogtreecommitdiff
path: root/static
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/output.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/static/output.css b/static/output.css
index ff208b4..e732576 100644
--- a/static/output.css
+++ b/static/output.css
@@ -395,6 +395,9 @@
.rounded-4xl {
border-radius: var(--radius-4xl);
}
+ .rounded-\[20\%\] {
+ border-radius: 20%;
+ }
.rounded-lg {
border-radius: var(--radius-lg);
}
@@ -427,6 +430,9 @@
.object-cover {
object-fit: cover;
}
+ .object-scale-down {
+ object-fit: scale-down;
+ }
.p-4 {
padding: calc(var(--spacing) * 4);
}
@@ -474,10 +480,6 @@
font-size: 0.8vmax;
line-height: 0.9;
}
- .text-\[1\.5vmax\]\/\[2\] {
- font-size: 1.5vmax;
- line-height: 2;
- }
.text-\[1vmax\]\/\[2\] {
font-size: 1vmax;
line-height: 2;