From 7d8ec794832ca7789fc3ff8cd6d066e3cc7f7129 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 16 Feb 2020 21:40:59 +0000 Subject: [PATCH] rotate my head a bit it wasn't straight enough --- static/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index ad70acf..3f640e5 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -6,6 +6,10 @@ width: 14rem; border: 3px solid #044958; padding: 2px; + transform: rotate(-2deg); + -ms-transform: rotate(-2deg); + -moz-transform: rotate(-2deg); + -webkit-transform: rotate(-2deg); } body.colorscheme-dark .avatar img {