Skip to content

Commit 7c56dec

Browse files
committed
start page css
1 parent d9bae0e commit 7c56dec

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

src/css/oap/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,11 @@
7676
.date {
7777
font-size: 0.75rem;
7878
}
79+
80+
.w-third {
81+
width: 30%;
82+
}
83+
84+
.w-half {
85+
width: 47%;
86+
}

src/css/oap/tailwind.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
.lg\:top-sidebar {
2828
top: 3.95rem;
2929
}
30-
31-
.home .card {
32-
width: 48%;
33-
}
3430
}
3531

3632
/* >> custom utilities ============================================= */

0 commit comments

Comments
 (0)