Css für optinale aufgabe 1

This commit is contained in:
Robert
2024-01-24 12:21:20 +01:00
parent 91856073e1
commit c13606c2c1
3 changed files with 49 additions and 17 deletions

View File

@@ -4,15 +4,31 @@
@media screen and (max-width: 600px) {
.bewertungen_mobile::after {
content: '\A';
white-space: pre;
content: '\A' !important;
white-space: pre !important;
}
body{
background-color: #0a3622;
}
#form{
content: '\A';
white-space: pre;
}
#sterne{
content: '\A';
white-space: pre;
}
.grid {
display: grid;
grid-template-columns: auto auto auto !important;
}
.grid_bewertung {
display: grid;
grid-template-columns: 0px 300px auto 0px;
grid-template-columns: 1fr!important;
}
}
@@ -24,7 +40,7 @@
.grid_bewertung {
display: grid;
grid-template-columns: 200px 300px auto 200px;
grid-template-columns: repeat(4, 1fr);
}
img {