Continue work on homepage

This commit is contained in:
Matthew Holt 2023-11-10 08:24:41 -07:00 committed by Francis Lavoie
parent 5d83714443
commit d6e3cc39da
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
3 changed files with 106 additions and 20 deletions

View file

@ -143,6 +143,9 @@ div.ap-wrapper:fullscreen div.ap-player {
overflow-x: auto;
box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
}
.display.left code {
box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.1);
}
.display.right > * {
transform: rotateY(-25deg);