Metatag fixes, front end description work

This commit is contained in:
Alex 2026-06-08 15:10:12 -07:00
parent d09f49ed24
commit 2907e95d6b
13 changed files with 48 additions and 15 deletions

File diff suppressed because one or more lines are too long

View file

@ -37,6 +37,16 @@
text-decoration-color: colors.$computerBorder;
}
}
.description {
margin-top: 1rem;
padding-left: 1rem;
border-left: 5px solid colors.$computerBorder;
p {
padding: 1rem 0;
}
}
}
}
}