about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages
diff options
context:
space:
mode:
authorLexi <git@nordgedanken.dev>2024-05-02 17:37:14 +0200
committerRory& <root@rory.gay>2024-05-03 19:42:29 +0200
commit4a70e4393099e54ce9789ac5c7ca423e93aa92ee (patch)
treee16a7046bb66f377ddfb89d87b05e010eb13c1aa /MatrixUtils.Web/Pages
parentAll kinds of changes (diff)
downloadMatrixUtils-4a70e4393099e54ce9789ac5c7ca423e93aa92ee.tar.xz
Improve the heatmap layout
Diffstat (limited to 'MatrixUtils.Web/Pages')
-rw-r--r--MatrixUtils.Web/Pages/Tools/PolicyListActivity.razor.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/MatrixUtils.Web/Pages/Tools/PolicyListActivity.razor.css b/MatrixUtils.Web/Pages/Tools/PolicyListActivity.razor.css
new file mode 100644
index 0000000..443fdb5
--- /dev/null
+++ b/MatrixUtils.Web/Pages/Tools/PolicyListActivity.razor.css
@@ -0,0 +1,12 @@
+h3 {
+    font-weight: bold;
+    margin-top: 3rem;
+}
+
+h3:first-child {
+    margin-top: 1rem;
+}
+
+h5 {
+    margin-top: 1.5rem;
+}