Modals + Img Grid

This commit is contained in:
2024-10-27 02:14:26 -07:00
parent b3426ec6d8
commit 3d8aa9e608
70 changed files with 258 additions and 151 deletions

View File

@@ -47,15 +47,27 @@
text-decoration: underline;
}
.testimonial a {
.testimonial a,
.img_grid_container a {
color: var(--meetups-color) !important;
text-decoration: none;
}
.testimonial a:hover {
.testimonial a:hover,
.img_grid_container a:hover {
text-decoration: underline;
}
.modal-bg a {
color: var(--meetups-color) !important;
text-decoration: none;
}
.modal-bg a:hover {
text-decoration: underline;
}
.video-container {
aspect-ratio: 16 / 9;
width: 100%;