add info-line to repo template
This commit is contained in:
parent
61e9ab6f06
commit
ffe5e13a80
2 changed files with 38 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue