feat: css and syntax changes

This commit is contained in:
Fredrik Thorsson
2024-08-06 09:44:45 +02:00
parent d88de5424b
commit c7bef7d1cf
5 changed files with 10 additions and 13 deletions

View File

@@ -3,7 +3,6 @@
}
.facilities {
flex-direction: column;
font-family: var(--typography-Body-Bold-fontFamily);
margin-bottom: var(--Spacing-x3);
}

View File

@@ -1,5 +1,3 @@
import { serverClient } from "@/lib/trpc/server"
import { getIntl } from "@/i18n"
import styles from "./hotelFilter.module.css"