Skip to content
Snippets Groups Projects
Commit 254ed467 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Issue #2413311: Reduce width of API's logo, avoiding horizontal scrolling on smaller screens

parent ce1a8db2
No related branches found
No related tags found
No related merge requests found
...@@ -198,7 +198,13 @@ body.front #header { ...@@ -198,7 +198,13 @@ body.front #header {
background-image: url(../images/logo-association.png); background-image: url(../images/logo-association.png);
background-position: 0 7px; background-position: 0 7px;
width: 202px; width: 202px;
height: 70px height: 70px;
}
.drupalorg-site-api & {
background-image: url(../images/sprites-api.png);
background-position: 0 0;
width: 260px;
} }
} }
...@@ -226,12 +232,6 @@ body.front #header { ...@@ -226,12 +232,6 @@ body.front #header {
background-position: 100% -320px; background-position: 100% -320px;
} }
.drupalorg-site-api #site-name a {
background-image: url(../images/sprites-api.png);
background-position: 0 0;
width: 404px;
}
.drupalorg-site-infrastructure #site-name a { .drupalorg-site-infrastructure #site-name a {
background-image: url(../images/sprites-infrastructure.png); background-image: url(../images/sprites-infrastructure.png);
background-position: 0 0; background-position: 0 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment