add commit page

This commit is contained in:
hazycora 2023-08-03 04:40:18 -05:00
parent f11fd95ddc
commit 5ed3fda233
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
3 changed files with 95 additions and 1 deletions

View file

@ -15,7 +15,7 @@ p {
color: #ffffff;
display: flex;
flex-direction: column;
gap: 2rem;
gap: 1rem;
justify-content: center;
align-items: center;
width: 1050px;
@ -104,6 +104,10 @@ p {
font-size: 2.5rem;
color: #6d728f;
}
.commit .repo-name {
font-size: 2.5rem;
color: #6d728f;
}
.repo .repo-name {
font-weight: 800;
@ -140,6 +144,10 @@ p {
width: 100%;
}
.info-line:last-child {
margin-top: 1rem;
}
.info-line .author {
color: #ffffff;
font-weight: 700;