Replace vid with lighter version

This commit is contained in:
2026-02-01 22:24:54 +01:00
parent abe65ccff5
commit a4a508b0a0
25 changed files with 58 additions and 106 deletions

View File

@ -180,7 +180,11 @@ video{
display:grid;
grid-template-columns: repeat(3, minmax(250px, 1fr));
gap:0;
}
@media (max-width: 769px){
.custom-grid{
grid-template-columns: repeat(1, minmax(200px, 1fr));
}
}
.custom-grid .custom-cell{
position: relative;