Skip to content

Commit dd78922

Browse files
committed
css may be important
1 parent 58a9851 commit dd78922

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

assets/css/style.scss

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -448,31 +448,31 @@
448448
}
449449
}
450450

451-
// #team-showcase {
452-
// position: relative;
453-
// height: 50vh;
454-
// background: var(--black);
451+
#team-showcase {
452+
position: relative;
453+
height: 50vh;
454+
background: var(--black);
455455

456-
// .hero-background {
457-
// width: 100%;
458-
// height: 100%;
459-
// background-size: cover;
460-
// background-position: center;
461-
// position: relative;
462-
// }
463-
// .overlay {
464-
// position: absolute;
465-
// top: 0;
466-
// left: 0;
467-
// width: 100%;
468-
// height: 100%;
469-
// background-color: rgba(0, 0, 0, 0.7);
470-
// display: flex;
471-
// align-items: flex-end;
472-
// justify-content: flex-start;
473-
// padding: 2rem;
474-
// }
475-
// }
456+
.hero-background {
457+
width: 100%;
458+
height: 100%;
459+
background-size: cover;
460+
background-position: center;
461+
position: relative;
462+
}
463+
.overlay {
464+
position: absolute;
465+
top: 0;
466+
left: 0;
467+
width: 100%;
468+
height: 100%;
469+
background-color: rgba(0, 0, 0, 0.7);
470+
display: flex;
471+
align-items: flex-end;
472+
justify-content: flex-start;
473+
padding: 2rem;
474+
}
475+
}
476476

477477
#member {
478478
// this is for a shadow under the card, with the dark background it cant really be seen, consider making darker or removing

0 commit comments

Comments
 (0)