Cleanup the CSS.

This commit is contained in:
2023-10-13 14:00:41 +01:00
parent 0b7901958f
commit b34c70d8bd
2 changed files with 20 additions and 4 deletions

View File

@@ -196,3 +196,19 @@ button:hover {
border-left: 2px solid #f57c00;
box-shadow: 2px 2px 0px 0px rgba(245, 124, 0, 0.25);
}
.center-area {
display: flex;
justify-content: space-around;
align-items: center;
max-width: 35%;
margin: auto;
margin-bottom: 1%;
}
.center-area2 {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
margin: auto;
}