This commit is contained in:
2024-04-21 19:14:17 +02:00
parent 2d2322c671
commit d2a7b5bf77
17 changed files with 42 additions and 24 deletions

View File

@@ -18,6 +18,6 @@ img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
height: 400px;
border-radius: 10px;
}

View File

@@ -27,6 +27,6 @@ img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
height: 600;
border-radius: 10px;
}

View File

@@ -17,6 +17,6 @@ img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
height: 400;
border-radius: 10px;
}

View File

@@ -17,6 +17,6 @@ img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
height: 400;
border-radius: 10px;
}

View File

@@ -17,6 +17,6 @@ img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
height: 400;
border-radius: 10px;
}

View File

@@ -18,6 +18,6 @@ img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
height: 400;
border-radius: 10px;
}

View File

@@ -17,6 +17,6 @@ img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
height: 400;
border-radius: 10px;
}

View File

@@ -5,4 +5,8 @@ html, body {
.Top_Hry {
text-align: center;
align-items: center;
}
#gamesection {
text-align: center;
}