Ü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

@@ -23,6 +23,9 @@
margin-left: auto;
}
.subNav > a > amp-img{
max-width: 1em;
}
.subNav > a > img{
height: 1em;
width: auto;
@@ -62,6 +65,7 @@
justify-content: flex-end;
align-items: center;
}
.subNav > a > amp-img,
.subNav > a > img{
display: none;
}
@@ -75,6 +79,7 @@
.subNav{
justify-content: center;
}
.subNav > a > amp-img,
.subNav > a > img{
display: initial;
}