fixed index page
This commit is contained in:
parent
b626e6265e
commit
c091831537
14 changed files with 44 additions and 22 deletions
|
@ -13,18 +13,15 @@
|
|||
height: 100vh;
|
||||
width: inherit;
|
||||
flex-direction: column;
|
||||
background-image: var(--sunny);
|
||||
background-color: rgb(255, 190, 0);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
& a {
|
||||
font-family: "Urbanist", sans-serif;
|
||||
font-size: 500%;
|
||||
margin: 0;
|
||||
&::after {
|
||||
content: "";
|
||||
mask-image: url("/assets/img/theme/paw.svg");
|
||||
background-color: red;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
}
|
||||
position: absolute;
|
||||
top: 2rem;
|
||||
background-color: unset;
|
||||
}
|
||||
}
|
||||
& footer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue