From b73b969c008f9a31f5f70ef81bc5c322871ca6ec Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 30 May 2024 10:15:50 +0100 Subject: [PATCH] Create d2.scss --- _sass/d2.scss | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _sass/d2.scss diff --git a/_sass/d2.scss b/_sass/d2.scss new file mode 100644 index 0000000..646ecc7 --- /dev/null +++ b/_sass/d2.scss @@ -0,0 +1,9 @@ +.d2-diagram { + margin-top: 1em; + margin-bottom: 1em; + display: flex; + justify-content: center; + svg { + height: 300px; + } +} \ No newline at end of file