header screen big

This commit is contained in:
2024-06-18 13:07:41 +02:00
parent c107e38ca8
commit a668919637
155 changed files with 8528 additions and 185 deletions
@@ -0,0 +1,10 @@
@mixin shadow{
box-shadow: none;
transition: 0.3s transform ease, 0.3s box-shadow ease;
&:hover{
transform: scale(1.05);
box-shadow: 0px 0px 13px 0px $color2024;
transition: 0.3s transform ease, 0.3s box-shadow ease;
}
}