Add v1 banner

This commit is contained in:
Jeremy Thomas
2023-12-12 01:55:02 +00:00
parent 3a03ea1a9c
commit 7f20009ec1
15 changed files with 3247 additions and 8793 deletions

View File

@@ -1,3 +1,5 @@
@use "sass:math";
@keyframes bdGrow {
from {
transform: scale(0);
@@ -49,7 +51,7 @@ $focus-delay: 0;
transform-origin: center center;
}
$delay-subtitle: $delay / 2;
$delay-subtitle: math.div($delay, 2);
// Titles
.bd-focus-item {