set change detection on push

This commit is contained in:
2023-03-26 23:34:49 +02:00
parent 138b0b42b3
commit 383d2a533b
13 changed files with 76 additions and 46 deletions

View File

@@ -3,16 +3,17 @@
.card {
margin: 20px;
border-radius: 8px;
background: #fffe;
background: #fffc;
backdrop-filter: blur(12px);
overflow: hidden;
width: 800px;
position: relative;
transition: all 150ms ease-in-out;
@media screen and (max-width: 860px) {
width: 100vw;
border-radius: 0;
background: #fffe;
background: #ffff;
margin: 0;
}