92 integrate roomfinder and faq design

This commit is contained in:
survellow
2023-12-07 21:33:25 +01:00
parent 15d15f0063
commit 9f0f4ff204
10 changed files with 152 additions and 124 deletions

View File

@@ -2,7 +2,7 @@
<template>
<div class="flex align-items-center justify-content-center flex-column">
<div class="flex align-items-center justify-content-center h-4rem m-2">
<div class="flex align-items-center justify-content-center m-2">
<h1>{{ $t("faqView.headline") }}</h1>
</div>
@@ -216,4 +216,13 @@
</div>
</template>
<style scoped></style>
<style scoped>
.grid > .col {
flex-basis: 15rem;
}
.grid > .col:first-child {
font-weight: bold;
}
</style>