Zen lander (#2907)

Co-authored-by: David Hill <iamdavidhill@gmail.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Jay V <air@live.ca>
This commit is contained in:
Dax 2025-10-01 19:38:15 -04:00 committed by GitHub
commit a782e3dac2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 3815 additions and 629 deletions

View file

@ -7,3 +7,15 @@ html {
body {
font-family: var(--font-sans);
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}