make background pigs that hide from the footer 🐷🐷🐷
This commit is contained in:
@ -148,6 +148,7 @@ input[type="text"] {
|
||||
.site-main {
|
||||
padding: var(--spacing-sitepadding);
|
||||
min-height: 100vh;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.hiddenLink {
|
||||
@ -174,12 +175,4 @@ input[type="text"] {
|
||||
&:has(:focus-visible) {
|
||||
box-shadow: 0 0 0 1px var(--color-background), 0 0 0 3px var(--color-green-dark);
|
||||
}
|
||||
}
|
||||
|
||||
.bg-pig {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 600;
|
||||
--color-pig: var(--color-neufPink);
|
||||
}
|
Reference in New Issue
Block a user