This commit is contained in:
2026-01-22 16:07:14 +01:00
parent 13d585376e
commit 46d97d433c
10 changed files with 192 additions and 109 deletions

View File

@ -11,6 +11,7 @@
--bulma-black-h: 0;
--bulma-black-s: 0%;
--bulma-black-l: 6%;
--bulma-body-background-color: hsl(0, 0%, 6%);
}
.has-text-weight-bold {
font-weight: 600 !important;
@ -35,6 +36,9 @@ body{
#hero .hero-body{
flex-direction: column;flex-grow:0;
}
h1{
margin:0;
}
/* -----------------------------------------------*/
/*Custom classes*/
@ -211,6 +215,12 @@ video{
place-items: center;
columns: 3;
}
/*TOURNAMENT PAGE*/
#tournament-header{
background-size: cover;
background-position: center;
}
/*------------------------------------------------------------------*/
/*Twist animation*/