rotate my head a bit

it wasn't straight enough
This commit is contained in:
ray 2020-02-16 21:40:59 +00:00
parent 95c87daaef
commit 7d8ec79483
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
width: 14rem; width: 14rem;
border: 3px solid #044958; border: 3px solid #044958;
padding: 2px; padding: 2px;
transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
-webkit-transform: rotate(-2deg);
} }
body.colorscheme-dark .avatar img { body.colorscheme-dark .avatar img {