Skip to content

Commit 45e4874

Browse files
Merge pull request #297 from UniversityofWarwick/ID-422
ID-422 Now with 5px off (available while stocks last)
2 parents 63b27e1 + 7c827b8 commit 45e4874

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

less/header.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@
4545
}
4646

4747
&.id7-point-1 {
48-
48+
@media (min-width: @grid-float-breakpoint) {
49+
.id7-masthead .id7-logo a {
50+
height: @id7-point-1-masthead-logo-height-sm;
51+
}
52+
}
4953
}
5054
}
5155

less/masthead.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
background-image: none;
229229

230230
.id7-logo-column {
231-
padding-left: 1px;
231+
padding-left: 0;
232232

233233
.id7-logo > a > img {
234234
opacity: 1;

less/variables.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
@id7-masthead-bleed-height: 24px;
3636
@id7-masthead-logo-height-xs: 54px;
3737
@id7-masthead-logo-height-sm: 80px;
38+
@id7-point-1-masthead-logo-height-sm: 75px;
3839
@id7-masthead-logo-width-xs: 110px;
3940
@id7-masthead-logo-width-sm: 160px;
4041

0 commit comments

Comments
 (0)