We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5a7dc commit 87fb80cCopy full SHA for 87fb80c
1 file changed
pages/measurement.html
@@ -18,6 +18,10 @@
18
rel="stylesheet">
19
<script src="https://cdn.jsdelivr.net/npm/lucide@0.462.0/dist/umd/lucide.min.js" defer></script>
20
<link rel="stylesheet" href="/assets/css/site.css?v=20260303-1">
21
+ <style>
22
+ body:not(.home-landing) .kpi-card { min-height: 0; }
23
+ body:not(.home-landing) .kpi-name { min-height: 0; }
24
+ </style>
25
</head>
26
27
<body>
0 commit comments