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; }