fix: Make cards float underneath header on chrome
This commit is contained in:
parent
183ed2db2c
commit
ad13520480
1 changed files with 4 additions and 0 deletions
|
@ -480,6 +480,10 @@ textarea:invalid {
|
|||
animation-range: 0.001vh 40vh;
|
||||
}
|
||||
|
||||
.card {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.motto {
|
||||
width: calc(100% - 8rem);
|
||||
|
|
Loading…
Reference in a new issue