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{ h1{
margin:0; margin:0;
} }
.section.is-fullheight{
min-height:100lvh;
}
/* -----------------------------------------------*/ /* -----------------------------------------------*/
/*Custom classes*/ /*Custom classes*/
@ -261,6 +264,17 @@ video{
aspect-ratio: 1; 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 animation*/
.twist{ .twist{
/* 3D transform pivot on Y axis*/ /* 3D transform pivot on Y axis*/

View File

@ -34,7 +34,10 @@
<footer class="footer"> <footer class="footer">
<div class="grid is-col-min-9"> <div class="grid is-col-min-9">
<div class="cell has-text-centered has-text-primary"> <div class="cell has-text-centered has-text-primary">
<img src="/assets/logo2.svg" alt="" style="width:3rem;"> <a class="footer-logo has-text-primary" href="https://www.hfsplay.fr" target="_blank">
<img src="/assets/logo2.svg" alt="" style="width:3rem;" class="px-2">
<div class="is-size-3 has-text-weight-bolder px-2">HFS PLAY</div>
</a>
</div> </div>
<div class="cell"></div> <div class="cell"></div>
<div class="cell"> <div class="cell">