removes some unused code that was just laying around
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user