- kleinere Korrektur des css für das Headerzitat

geändert:       css/cwsvJudo-2018-header.css
This commit is contained in:
marko
2018-07-09 05:02:34 +02:00
parent 95c55691c1
commit a9e0a30538

View File

@@ -13,6 +13,13 @@
background-color: #FF8100; background-color: #FF8100;
} }
.cwsvHeader > span:first-of-type{
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: start;
}
.cwsvHeader > amp-img:first-of-type, .cwsvHeader > amp-img:first-of-type,
.cwsvHeader > img:first-of-type{ .cwsvHeader > img:first-of-type{
display: none; display: none;
@@ -22,6 +29,7 @@
.cwsvHeader img{ .cwsvHeader img{
width: auto; width: auto;
height: 3em; height: 3em;
flex-shrink: 0;
} }
.cwsvHeader em{ .cwsvHeader em{
@@ -54,11 +62,7 @@
.cwsvHeader > img:first-of-type{ .cwsvHeader > img:first-of-type{
display: initial; display: initial;
} }
} .cwsvHeader > span:first-of-type{
align-items: center;
.cwsvHeader > span:first-of-type{ }
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: start;
} }