add commit page
This commit is contained in:
parent
f11fd95ddc
commit
5ed3fda233
3 changed files with 95 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue