some css
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run
Details
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run
Details
This commit is contained in:
parent
bf520ccef8
commit
e617d8ddfc
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue