This commit is contained in:
2026-02-07 11:47:19 +02:00
parent 06d485e63a
commit 3f57515f20
11 changed files with 65 additions and 10 deletions
+13
View File
@@ -3,6 +3,11 @@
background-size: cover;
}
a {
text-decoration: none;
color: inherit;
}
.container {
margin:auto;
max-width: 1200px;
@@ -63,6 +68,14 @@ video{
}
}
.hover-effect {
transform: scale(1);
transition: all 0.73s !important;
&:hover {
transform: scale(0.98);
}
}
.svg-container{
svg{
image{