Improve Home design.

This commit is contained in:
Paul
2021-08-17 13:52:02 +01:00
parent c02bc10885
commit 97978b2390
2 changed files with 31 additions and 12 deletions

View File

@@ -13,11 +13,17 @@
.actions {
gap: 8px;
min-width: 240px;
margin: auto;
display: flex;
width: fit-content;
align-items: center;
align-items: stretch;
flex-direction: column;
a {
width: 100%;
}
}
}