refactor
This commit is contained in:
parent
bf3fd74108
commit
e327883e2e
3 changed files with 40 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue