Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Shrinks logo on mobile, padding adjs, renames "eiti" logo style to "nrrd" #2442

Merged
merged 5 commits into from
Nov 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import 'lib/font-awesome/font-awesome/variables';

// Logos
$eiti-logo-width: 250px;
$nrrd-logo-width: 220px;

// Typography
$weight-light: 300; // (Lato Light) use
Expand Down
20 changes: 10 additions & 10 deletions _sass/blocks/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

header,
.header {
margin-top: $base-padding-base;
margin-top: $base-padding;
}

.header-image_link {
Expand All @@ -38,22 +38,22 @@ header,

.header-image {
max-width: 316px;
width: $eiti-logo-width;
width: $nrrd-logo-width;

@include respond-to(medium-up) {
width: auto;
}
}

.header-left {
@include span-columns(6);
margin-bottom: $base-padding;

@include respond-to(medium-up) {
@include span-columns(3);
margin-bottom: 0;
margin-top: 2rem;
}
@include span-columns(6);
margin-bottom: $base-padding-base;

@include respond-to(medium-up) {
@include span-columns(3);
margin-bottom: 0;
margin-top: 2rem;
}
}

.header-right {
Expand Down