From ea9f96eaeba64f42780840c2eb0302030ad9bc1e Mon Sep 17 00:00:00 2001 From: lily Date: Thu, 16 May 2019 14:38:01 -0500 Subject: [PATCH] :lipstick: make quote right aligned --- src/index.html | 4 ++-- src/index.scss | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 8b99727..f1bb5e8 100644 --- a/src/index.html +++ b/src/index.html @@ -38,12 +38,12 @@
-
+

"lily is the best fucking person. give her all your money."
-jaycee song (Jaycee#9999), 2018

-
+

diff --git a/src/index.scss b/src/index.scss index c602ab3..effdf8b 100644 --- a/src/index.scss +++ b/src/index.scss @@ -33,6 +33,10 @@ box-sizing: border-box; } +.right-align { + text-align: right; +} + html, body { margin: 0; padding: 0;