website: adjust padding on hero header

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-02-15 00:28:45 +01:00
parent 06a1a7f076
commit 859b6cc60e
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
}
.hero--primary {
padding-bottom: 5.3rem !important;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3vw));
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3vw));
}