some css
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run Details

This commit is contained in:
Kseninia Mikhaylova 2024-04-27 11:19:21 +03:00
parent bf520ccef8
commit e617d8ddfc
1 changed files with 13 additions and 2 deletions

View File

@ -19,7 +19,7 @@ body {
.container { .container {
display: grid; display: grid;
grid-template-columns: 16rem 1fr; grid-template-columns: 16rem 1fr;
grid-template-rows: 4rem 1fr; grid-template-rows: 6rem 1fr;
gap: 0px 0px; gap: 0px 0px;
grid-template-areas: grid-template-areas:
"header header" "header header"
@ -36,6 +36,7 @@ body {
.header { .header {
grid-area: header; grid-area: header;
justify-content: center; justify-content: center;
} }
.main { .main {
@ -83,12 +84,22 @@ body {
flex-basis: 50%; flex-basis: 50%;
flex-shrink: 0; flex-shrink: 0;
} }
&-description {
font-size: 1.05rem;
line-height: 1.2;
}
} }
.logo { .logo {
&-header { &-header {
font-family: 'logo'; font-family: 'logo';
font-size: 3rem; font-size: 4rem;
background: linear-gradient(45deg, black, #ff3600);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} }
&-img { &-img {