@@ -149,6 +170,40 @@ import TotalTally from "../components/TotalTally.astro";
height: 1.1rem;
}
}
+ .nasdaq-polaroid-section {
+ .nasdaq-polaroid {
+ position: relative;
+ img {
+ position: relative;
+ z-index: 10;
+ max-width: 100%;
+ width: 25rem;
+ aspect-ratio: 1 / 1;
+ margin-bottom: 1rem;
+ border-radius: 0.5rem;
+ box-shadow: 0px 0px 50px 25px var(--color-bg);
+ &:nth-child(2), &:nth-child(3) {
+ position: absolute;
+ top: 0;
+ left: 0;
+ }
+ &:nth-child(2) {
+ z-index: 5;
+ transform: rotate(5deg);
+ }
+ &:nth-child(3) {
+ top: 0;
+ left: 0;
+ z-index: 4;
+ transform: rotate(10deg);
+ }
+ }
+ }
+ a {
+ position: relative;
+ z-index: 15;
+ }
+ }
@media (max-width: 600px) {
.pc-hero {
background-image: none;