Modals + Img Grid
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user