We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bae0e commit 7c56decCopy full SHA for 7c56dec
2 files changed
src/css/oap/main.css
@@ -76,3 +76,11 @@
76
.date {
77
font-size: 0.75rem;
78
}
79
+
80
+.w-third {
81
+ width: 30%;
82
+}
83
84
+.w-half {
85
+ width: 47%;
86
src/css/oap/tailwind.css
@@ -27,10 +27,6 @@
27
.lg\:top-sidebar {
28
top: 3.95rem;
29
30
-
31
- .home .card {
32
- width: 48%;
33
- }
34
35
36
/* >> custom utilities ============================================= */
0 commit comments