center hero

This commit is contained in:
2026-05-31 21:14:38 +02:00
parent aefb308497
commit 5c3ffb68cd
2 changed files with 31 additions and 3 deletions
+17
View File
@@ -76,6 +76,23 @@ body {
}
}
.example-pdfs {
max-width: 450px;
position: relative;
justify-self: center;
transform: translate(-10%, 10%);
img {
width: 300px;
box-shadow: -1px 1px 62px -18px black;
&:nth-child(2) {
position: absolute;
top: -10%;
right: -20%;
}
}
}
/*a {*/
/* text-decoration-thickness: 1px;*/
/* text-underline-offset: 2px;*/