Alles bis auf paar sachen

This commit is contained in:
Robert
2024-01-19 17:35:34 +01:00
parent 462eee8994
commit 15d9287b47
5 changed files with 56 additions and 11 deletions

View File

@@ -2,6 +2,20 @@
font-family: Arial;
}
@media screen and (max-width: 600px) {
.bewertungen_mobile::after {
content: '\A';
white-space: pre;
}
body{
background-color: #0a3622;
}
.grid_bewertung {
display: grid;
grid-template-columns: 0px 300px auto 0px;
}
}
.grid {
display: grid;
grid-template-columns: 200px auto 200px;
@@ -107,4 +121,11 @@ footer {
height: 300px;
}
.bewertung_hervorgehoben{
border-color: black;
border-width: 1px;
border-style: solid;
}