summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/danix-xyz-hacker/assets/css/main.min.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.min.css b/themes/danix-xyz-hacker/assets/css/main.min.css
index 4e6e482..96f7ab4 100644
--- a/themes/danix-xyz-hacker/assets/css/main.min.css
+++ b/themes/danix-xyz-hacker/assets/css/main.min.css
@@ -1991,6 +1991,10 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg {
height: 100vh;
}
+.max-h-96 {
+ max-height: 24rem;
+}
+
.min-h-\[calc\(100vh-200px\)\] {
min-height: calc(100vh - 200px);
}
@@ -2023,6 +2027,10 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg {
width: 100%;
}
+.max-w-2xl {
+ max-width: 42rem;
+}
+
.max-w-3xl {
max-width: 48rem;
}
@@ -2281,6 +2289,10 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg {
padding: 0.5rem;
}
+.p-3 {
+ padding: 0.75rem;
+}
+
.p-4 {
padding: 1rem;
}
@@ -2353,6 +2365,11 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg {
padding-bottom: 1rem;
}
+.py-8 {
+ padding-top: 2rem;
+ padding-bottom: 2rem;
+}
+
.pb-8 {
padding-bottom: 2rem;
}