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*/
|
||||
|
||||
Reference in New Issue
Block a user