This commit is contained in:
2026-01-28 12:14:09 +01:00
parent 0f5f732b4d
commit 87b5105f3f
2 changed files with 18 additions and 1 deletions

View File

@ -42,6 +42,9 @@ body{
h1{
margin:0;
}
.section.is-fullheight{
min-height:100lvh;
}
/* -----------------------------------------------*/
/*Custom classes*/
@ -261,6 +264,17 @@ video{
aspect-ratio: 1;
}
/*FOOTER*/
.footer-logo{
display:flex;
align-items: center;
justify-content: center;
flex-direction: row;
align-content: center;
text-decoration: none;
}
/*Twist animation*/
.twist{
/* 3D transform pivot on Y axis*/