1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 20:54:28 -04:00

lucide icons

This commit is contained in:
2025-03-11 21:18:41 -04:00
parent 42d9470480
commit 8e89701453
20 changed files with 201 additions and 174 deletions
+3 -10
View File
@@ -1,21 +1,14 @@
.title {
margin-top: 0;
margin-bottom: 0.6em;
font-size: 1.9em;
font-weight: 600;
font-size: 2em;
font-weight: 500;
text-transform: lowercase;
letter-spacing: 0.02em;
}
.slug::before {
content: "\002E\002F"; /* "./" */
letter-spacing: 0.1em;
color: var(--colors-mediumLight) !important;
color: var(--colors-mediumLight);
margin-right: -0.1em;
}
@media (max-width: 768px) {
.title {
font-size: 2em;
}
}