update repo template
This commit is contained in:
parent
a0cda32d67
commit
4ccefe1b15
2 changed files with 28 additions and 4 deletions
|
@ -1,5 +1,10 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
margin: 0px;
|
||||
margin-block: 0px;
|
||||
}
|
||||
|
||||
.main {
|
||||
|
@ -36,3 +41,22 @@ p {
|
|||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.author {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.75rem;
|
||||
font-size: 2.5rem;
|
||||
color: #bdb0cc;
|
||||
}
|
||||
|
||||
.author .username {
|
||||
font-size: 1.75rem;
|
||||
color: #776d83;
|
||||
}
|
||||
|
||||
.repo .repo-name {
|
||||
font-weight: 800;
|
||||
font-size: 4.5rem;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue