Übernahme woanders erstellter Änderungen

This commit is contained in:
marko
2018-06-25 20:09:57 +02:00
parent da8db3324b
commit d9ee5aea30
63 changed files with 4223 additions and 297 deletions

View File

@@ -14,13 +14,15 @@
background-color: #FF8100;
}
.cwsvHeader img:first-of-type{
.cwsvHeader > amp-img:first-of-type,
.cwsvHeader > img:first-of-type{
display: none;
}
.cwsvHeader amp-img,
.cwsvHeader img{
width: auto;
height: 3em;
/* height: 100%;*/
}
.cwsvHeader em{
@@ -46,7 +48,8 @@
}
@media (min-width: 1280px){
.cwsvHeader img:first-of-type{
.cwsvHeader > amp-img:first-of-type,
.cwsvHeader > img:first-of-type{
display: initial;
}
}