Add new blog components and post

This commit is contained in:
Kevin Kandlbinder 2022-02-05 17:16:03 +00:00 committed by GitHub
parent b35ad08052
commit a352600428
16 changed files with 440 additions and 5 deletions

View file

@ -4,6 +4,11 @@
* {
box-sizing: border-box;
@media (prefers-reduced-motion: reduce) {
animation: none !important;
transition: none !important;
}
}
body,