removes some unused code that was just laying around

This commit is contained in:
Drew
2025-04-07 15:57:53 -06:00
parent dc75eaa4e7
commit 84cf190a9c
3 changed files with 4 additions and 54 deletions

View File

@ -16,23 +16,6 @@ body {
font-family: $font-garamond;
}
.wompum-radial-grid {
@apply absolute w-full h-full top-0 left-0;
}
.narrator-image-container {
@apply relative;
.wompum-radial-grid {
@apply absolute inset-0 w-full h-full;
}
}
.narrator-headshot {
@apply w-full rounded-full object-cover relative z-10 border-2 border-white;
aspect-ratio: 1;
}
.interviewer-question {
font-style: italic;
color: #444;
@ -62,6 +45,10 @@ body {
}
// Narrator Image Component
.wompum-radial-grid {
@apply absolute w-full h-full top-0 left-0;
}
.narrator {
&__container {
@apply relative;