fix: Make cards float underneath header on chrome

This commit is contained in:
Thomas A. Christensen II 2024-12-05 11:03:23 -06:00
parent 183ed2db2c
commit ad13520480
Signed by: millironx
GPG key ID: B7044A3432851F64

View file

@ -480,6 +480,10 @@ textarea:invalid {
animation-range: 0.001vh 40vh;
}
.card {
z-index: -1;
}
@media (min-width: 768px) {
.motto {
width: calc(100% - 8rem);