Newer
Older
src="@/assets/images/hero_img_cutout_less-stylized_feather.png"
alt="Social vulnerability and water insecurity"
How societal factors shape exposure to water-related hazards, likelihood to suffer harm, and ability to cope and recover from losses
</div>
</header>
</template>
<script setup>
import { ref } from 'vue';
import { isMobile } from 'mobile-device-detect';
#grid-container {
display: grid;
grid-template-columns: 1fr;
grid-template-areas:
"title"
"intro";
width: 100vw;
justify-content: center;
margin: auto;
@media screen and (max-width: 600px) {
#title-container {
grid-area: title;