From a67276252c8bfcd6b6c5344e70debc6d67d917a9 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 27 May 2023 00:39:49 +0200 Subject: Been a while since I last committed --- MatrixRoomUtils.Web/wwwroot/css/app.css | 4 +++ MatrixRoomUtils.Web/wwwroot/index.html | 51 ++++++++++++++++++++------------- 2 files changed, 35 insertions(+), 20 deletions(-) (limited to 'MatrixRoomUtils.Web/wwwroot') diff --git a/MatrixRoomUtils.Web/wwwroot/css/app.css b/MatrixRoomUtils.Web/wwwroot/css/app.css index acbbfce..c6d71d1 100644 --- a/MatrixRoomUtils.Web/wwwroot/css/app.css +++ b/MatrixRoomUtils.Web/wwwroot/css/app.css @@ -1,5 +1,9 @@ @import url('open-iconic/font/css/open-iconic-bootstrap.min.css'); +article > h3:first-child { + padding-top: 24px; +} + html, body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #222; diff --git a/MatrixRoomUtils.Web/wwwroot/index.html b/MatrixRoomUtils.Web/wwwroot/index.html index 580a88b..028e56b 100644 --- a/MatrixRoomUtils.Web/wwwroot/index.html +++ b/MatrixRoomUtils.Web/wwwroot/index.html @@ -2,31 +2,42 @@ - - + + MatrixRoomUtils.Web - - - - - + + + + + -
- - - - -
-
+
+ + + + +
+
-
- An unhandled error has occurred. - Reload - 🗙 -
- +
+ An unhandled error has occurred. + Reload + 🗙 +
+ + -- cgit 1.5.1