updated the CSS files to they target specifically. .portfolio-header .mdl-layout__header-row instead of .mdl-layout__header-row

This commit is contained in:
mustafa 2015-11-17 14:49:51 +00:00
parent 7d1c8f74a6
commit 291e41cc69
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
background-image: url(images/header-bg.jpg);
}
.mdl-layout__header-row {
.portfolio-header .mdl-layout__header-row {
padding: 0;
justify-content: center;
}

View File

@ -13,7 +13,7 @@
background-image: url(images/header-bg.jpg);
}
.mdl-layout__header-row {
.portfolio-header .mdl-layout__header-row {
padding: 0;
justify-content: center;
}