(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
/* Slideshow container */ | /* Slideshow container */ | ||
.slideshow-container { | .slideshow-container { | ||
− | max-width: | + | max-width: 900px; |
position: relative; | position: relative; | ||
margin: auto; | margin: auto; | ||
Line 207: | Line 207: | ||
<!-- Tiles --> | <!-- Tiles --> | ||
− | <div class='modules' style='justify-content: center;'><div class='modules'> | + | <div class='modules' style='justify-content: center;'><div class='modules inner-modules'> |
<a title='Vibrant Minds' class='module module-7cols-outer' href='https://vibrantminds.seniorsplace.ca/'> | <a title='Vibrant Minds' class='module module-7cols-outer' href='https://vibrantminds.seniorsplace.ca/'> | ||
<img src='https://healthyagingcentres.ca/ab/EducationModules/vm.png' alt='Vibrant Minds' /> | <img src='https://healthyagingcentres.ca/ab/EducationModules/vm.png' alt='Vibrant Minds' /> | ||
Line 275: | Line 275: | ||
text-align: center; | text-align: center; | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | .inner-modules { | ||
+ | max-width: 90%; | ||
+ | } | ||
+ | |||
+ | @media only screen and (max-width: 1024px) { | ||
+ | .inner-modules { | ||
+ | max-width: 100%; | ||
+ | } | ||
} | } | ||
</style> | </style> |