Yep
This commit is contained in:
@ -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*/
|
||||
|
||||
@ -34,7 +34,10 @@
|
||||
<footer class="footer">
|
||||
<div class="grid is-col-min-9">
|
||||
<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 class="cell"></div>
|
||||
<div class="cell">
|
||||
|
||||
Reference in New Issue
Block a user