beta #4

Merged
doug713705 merged 203 commits from beta into master 2023-04-20 15:11:59 +02:00
2 changed files with 25 additions and 19 deletions
Showing only changes of commit ad0f334fd4 - Show all commits

View File

@ -1,11 +1,25 @@
.slot {
display: flex;
flex: 1;
justify-content: center;
text-align: center;
flex-direction: row;
margin: 0.3em 0;
width: 21em;
@media screen and (min-width: 45em) {
.slot {
display: flex;
flex: 1;
justify-content: center;
text-align: center;
flex-direction: row;
margin: 0.3em 0;
width: 20em;
}
}
@media screen and (max-width: 44em) {
.slot {
display: flex;
flex: 1;
justify-content: center;
text-align: center;
flex-direction: row;
margin: 0.3em 0;
width: 21em;
}
}
.slot_info,

View File

@ -29,9 +29,9 @@
flex-direction: row;
justify-content: center;
align-items: center;
gap: 2em;
gap: 1.4em;
background-color: var(--main-bg-color);
width: 100vw;
width: 40em;
transform: translateZ(2);
}
.content {
@ -70,15 +70,7 @@
width: 21em;
/* background-color: green; */
}
.center_wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
width: 21em;
/* background-color: blue; */
}
.center_wrapper ,
.header_wrapper {
display: flex;
flex-direction: column;