accessibility tweaks
This commit is contained in:
parent
13b5e6d1a9
commit
9ec025b24c
10 changed files with 20 additions and 13 deletions
|
|
@ -126,6 +126,7 @@
|
|||
|
||||
/* we don't want any gap between this element and the main contents of the site */
|
||||
padding-bottom: 0;
|
||||
padding-top: 4rem;
|
||||
|
||||
& + * {
|
||||
padding-top: 0;
|
||||
|
|
|
|||
|
|
@ -22,13 +22,21 @@
|
|||
position: absolute;
|
||||
bottom: 0;
|
||||
background-image: linear-gradient(
|
||||
to top,
|
||||
var(--surface) 30%,
|
||||
to right,
|
||||
var(--surface),
|
||||
transparent
|
||||
);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 100;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
background-image: linear-gradient(
|
||||
to top,
|
||||
var(--surface) 30%,
|
||||
transparent
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue