Alles bis auf paar sachen
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user