lots of changes, cleaned up the PHP code

This commit is contained in:
root 2024-12-29 17:38:56 +01:00
parent 02a68bd648
commit def88e90f5
8 changed files with 173 additions and 407 deletions

View file

@ -31,6 +31,9 @@ body{
flex-direction: column;
align-items: left;
justify-content: left;
margin: 0;
padding: 1rem;
}
.onion{
@ -136,21 +139,41 @@ body{
justify-content: center;*/
}
.container{
.container {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
/*.container{
display: flex;
flex-direction: row;
/*align-items: center;*/
padding: 2px 5px 2px 2px;
justify-content: left;
}
}*/
.column{
/*.column{
display: flex;
flex-direction: column;
padding: 5px 10px 5px 5px;
font-size: 18px;
}*/
.column {
padding: 1rem;
border-radius: 8px;
/*background-color: hsl(240, 62%, 90%);*/
flex: 1;
}
@media (max-width: 1024px) {
.column {
/*width: 100%;*/
flex: auto;
}
}
.column:nth-child(1){
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
@ -211,14 +234,13 @@ img{
filter: invert(1);
}
@media screen and (max-width: 1000px) {
/*@media screen and (max-width: 1000px) {
.container{
display: flex;
flex-direction: column;
/*align-items: center;*/
padding: 2px 5px 2px 2px;
justify-content: left;
}
}
}*/