From 630d3d5c9eb59ed3532c291dd109f768a9339d6f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 29 Sep 2022 15:08:25 +0200 Subject: [PATCH] wip #5496 @0:10 --- patrimoine.php | 6 +++--- style/inc/page-dashboard.sass | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/patrimoine.php b/patrimoine.php index cd6f344..6274cc6 100644 --- a/patrimoine.php +++ b/patrimoine.php @@ -52,9 +52,6 @@

Nombre d’Actifs

19 €/m² -
- -

Surface bâtie

835 065 m² @@ -63,6 +60,9 @@

Loyers

840 775 214 €
+
+ +
diff --git a/style/inc/page-dashboard.sass b/style/inc/page-dashboard.sass index d0427a4..a82b7bc 100644 --- a/style/inc/page-dashboard.sass +++ b/style/inc/page-dashboard.sass @@ -22,6 +22,9 @@ main min-height: 600px grid-column: 2 / 4 grid-row: 3 / 9 + .no-cssgrid & + height: 600px + width: calc(90% + 55px) strong font-weight: 900 -- 2.39.5