website: adjust padding on hero header
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
06a1a7f076
commit
859b6cc60e
|
@ -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));
|
||||
}
|
||||
|
|
Reference in New Issue