1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 16:05:33 -04:00

add github activity graph to /projects

This commit is contained in:
2025-04-18 18:48:08 -04:00
parent 98ea88dae9
commit ba62de355f
10 changed files with 540 additions and 160 deletions

View File

@@ -1,6 +1,7 @@
.hr {
margin: 1.5em auto;
height: 0.175em;
max-width: calc(var(--max-width) - 1.5em);
height: 1px;
border: 0;
background-color: var(--colors-light);
}