Merge branch 'main' of git.0x2620.org:0x2620/aab21 into main

This commit is contained in:
imohkay 2021-10-28 17:04:14 +05:30
commit 7f71928e2d
5 changed files with 67 additions and 14 deletions

View file

@ -103,8 +103,18 @@
display: block;
}
}
.alert {
@media screen and (min-width: 800px) {
width: 50%;
}
}
}
.accordion-checkbox:checked + .accordion-content {
display: block;
}
}
.alert {
padding: var(--spacing) 0;
}

View file

@ -48,6 +48,7 @@
display: block;
background-size: 400% 100%;
animation: background_animation 60s ease-in-out infinite, text_animation 60s ease-in-out infinite;
cursor: pointer;
}
}