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