add info-line to repo template

This commit is contained in:
hazycora 2023-08-02 22:50:27 -05:00
parent 61e9ab6f06
commit ffe5e13a80
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
2 changed files with 38 additions and 0 deletions

View file

@ -129,3 +129,19 @@ p {
margin: 0;
border-radius: 100%;
}
.repo .info-line {
gap: 1em;
}
.repo-fact {
display: flex;
font-size: 1.5rem;
flex-direction: column;
}
.repo-fact .fact-heading {
color: #8c91af;
font-size: 2rem;
font-weight: 500;
}