diff --git a/src/components/Facility/CentralNursingStation.tsx b/src/components/Facility/CentralNursingStation.tsx index ab7db9d781..c3af3b4b20 100644 --- a/src/components/Facility/CentralNursingStation.tsx +++ b/src/components/Facility/CentralNursingStation.tsx @@ -219,7 +219,7 @@ export default function CentralNursingStation({ facilityId }: Props) { {t("no_vitals_present")} ) : ( -
+
{data.map((props, i) => (
= { xl: 1280, "2xl": 1536, "3xl": 1920, - fourK: 2080, - largedisplay: 2800, + largedisplay: 2080, + fourK: 3000, }; /** diff --git a/tailwind.config.js b/tailwind.config.js index 0746249a19..39d3664b54 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -23,7 +23,7 @@ module.exports = { extend: { screens: { largedisplay: "130rem", - fourk: "175rem", // rem is used insted of pixel + fourk: "187rem", // rem is used insted of pixel }, fontFamily: { sans: ["Figtree", "sans-serif"],