From 420e75cf7af910c7ed9c124ab4152b620643bca5 Mon Sep 17 00:00:00 2001 From: antilopa Date: Tue, 2 Nov 2021 15:50:31 +0100 Subject: [PATCH] small fixes --- css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/style.css b/css/style.css index e061ce7..252cb7c 100644 --- a/css/style.css +++ b/css/style.css @@ -1483,4 +1483,13 @@ footer a:hover, footer a:focus { color: #1F5C60; } .form-spacer h3 { color: white; + transform: skew(0deg, -1deg); +} + +.form-spacer p { + transform: skew(0deg, -1deg); +} + +input#xmpp{ + width: 50px; }