og/assets/style.css
2023-08-02 21:03:37 -05:00

104 lines
1.3 KiB
CSS

p {
margin: 0px;
}
.wrapper {
background-color: #1b171f;
display: flex;
align-items: center;
flex-direction: column;
width: 1200px;
height: 600px;
}
.main {
color: #ffffff;
display: flex;
flex-direction: column;
gap: 1rem;
justify-content: center;
align-items: center;
width: 1050px;
height: 600px;
}
.has-languages .main {
height: 576px;
}
.contents {
display: flex;
width: 100%;
}
.info {
display: flex;
flex-direction: column;
justify-content: center;
width: 80%;
gap: 10px;
}
.graphics {
display: flex;
justify-content: flex-end;
align-items: flex-start;
width: 240px;
}
.graphics > img {
border-radius: 100%;
width: 120px;
height: 120px;
}
.repo .author {
display: flex;
align-items: center;
gap: 0.75rem;
font-size: 2.5rem;
color: #bdb0cc;
}
.repo .author .username {
font-size: 1.75rem;
color: #776d83;
}
.repo .repo-name {
font-weight: 800;
font-size: 4.5rem;
line-height: 1.2em;
}
.languages {
width: 100%;
display: flex;
height: 24px;
}
.language {
height: 100%;
}
.info-line {
display: flex;
font-size: 1.75rem;
color: #9a8fa7;
gap: 0.5em;
align-items: center;
width: 100%;
}
.info-line .author {
color: #ffffff;
font-weight: 700;
}
.info-line .avatar {
width: 48px;
height: 48px;
margin: 0;
border-radius: 100%;
}