Added new IDS logo
Change-Id: I6f1cbbf4b93c650cd273b33c9ab7f7d01b6ea33e
diff --git a/dev/scss/main/logos.scss b/dev/scss/main/logos.scss
index 0866f53..705ea43 100644
--- a/dev/scss/main/logos.scss
+++ b/dev/scss/main/logos.scss
@@ -63,24 +63,13 @@
*/
#ids-logo {
display: block;
- width: (910 / 60) + em;
- height: (176 / 60) + em;
+ width: (631 / 30) + em;
+ height: (200 / 30) + em;
background: {
- image:url('#{$img-path}/ids-institute-for-the-german-language.svg');
+ image:url('#{$img-path}/ids-leibniz-institute-for-the-german-language.svg');
}
}
-/**
- * Logo: Member of the Leibniz Association
- */
-#leibniz-logo {
- display: block;
- width: (199 / 20) + em;
- height: (130 / 20) + em;
- background: {
- image:url('#{$img-path}/member-of-the-leibniz-association.svg');
- }
-}
/**
* Logo: KorAP
diff --git a/dev/scss/media.scss b/dev/scss/media.scss
index 2831c1d..5b9310f 100644
--- a/dev/scss/media.scss
+++ b/dev/scss/media.scss
@@ -118,12 +118,23 @@
}
}
+ #kalamar-bg {
+ overflow: hidden;
+ }
+
#logos {
margin-left: 0;
margin-right: 0;
> div {
border-top-width: 14px;
+ padding-right: 0;
+ .logo > * {
+ background: {
+ size: 60%;
+ position: 0 0;
+ }
+ }
}
}