This commit is contained in:
hazycora 2023-08-02 21:21:14 -05:00
parent bf3fd74108
commit e327883e2e
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
3 changed files with 40 additions and 35 deletions

View file

@ -15,7 +15,7 @@ p {
color: #ffffff;
display: flex;
flex-direction: column;
gap: 1rem;
gap: 2rem;
justify-content: center;
align-items: center;
width: 1050px;
@ -35,15 +35,15 @@ p {
display: flex;
flex-direction: column;
justify-content: center;
width: 80%;
gap: 10px;
width: 80%;
}
.graphics {
display: flex;
justify-content: flex-end;
align-items: flex-start;
width: 240px;
width: 20%;
}
.graphics > img {
@ -52,6 +52,16 @@ p {
height: 120px;
}
.issue .title {
font-weight: 800;
font-size: 4.5rem;
line-height: 1.2em;
display: flex;
column-gap: 0.25em;
line-height: 1em;
flex-wrap: wrap;
}
.repo .author {
display: flex;
align-items: center;