optimized layout

This commit is contained in:
jo.kuehner
2023-11-13 19:30:52 +01:00
parent ffff6f4467
commit fee9acfd6d
17 changed files with 463 additions and 506 deletions

View File

@ -40,27 +40,27 @@ export default {
#content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
float: left;
justify-content: stretch;
align-items: stretch;
width: 100%;
height: 100%;
gap: 10px;
padding: 0 20px;
flex-grow: 1;
gap: 0.625rem;
padding: 0 1.25rem;
}
#content-header {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
align-items: center;
width: 100%;
height: 50px;
height: 3.125rem;
}
#page-name {
color: #fff;
letter-spacing: 1.2px;
font: italic 400 24px/125% Overpass, -apple-system, Roboto, Helvetica,
sans-serif;
letter-spacing: 5%;
font: 400 1.5rem/125% Overpass, -apple-system, Roboto, Helvetica, sans-serif;
}
#content-body {
@ -70,9 +70,9 @@ export default {
justify-content: flex-start;
width: fit-content;
height: fit-content;
gap: 20px;
margin-bottom: 10px;
border-radius: 10px;
gap: 1.25rem;
margin-bottom: 0.625rem;
border-radius: 0.625rem;
}