tweaks and fixes

This commit is contained in:
2022-08-27 19:37:37 +03:00
parent d0e0e4f7f5
commit 4520565f61
3 changed files with 35 additions and 34 deletions

View File

@@ -5,8 +5,8 @@
<style>
div {
display: flex;
flex-direction: column;
gap: 2rem;
flex-flow: row wrap;
flex-direction: row;
flex-wrap: wrap;
}
</style>