Skip to content

Commit 296b386

Browse files
committed
fix(home): adjust selector for last text block of community and conferences
1 parent ca4c04a commit 296b386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/pages/home.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
flex-grow: 1;
143143
}
144144

145-
p:last-of-type {
145+
small {
146146
font-size: 0.875rem;
147147
line-height: 1.5rem;
148148
}
@@ -213,7 +213,7 @@
213213
flex-grow: 1;
214214
}
215215

216-
p:last-of-type {
216+
small {
217217
font-size: 0.875rem;
218218
line-height: 1.5rem;
219219
}

0 commit comments

Comments
 (0)