merbeslechateau : I add a cutom for logo adjustmts

This commit is contained in:
Daniel Muyshond 2019-11-18 16:35:40 +01:00
parent 029ed1912e
commit c6f90a08c1
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
/*logo adjustmts*/
h1#logo a img {
max-height: 150px;
}

View File

@ -185,3 +185,4 @@ $title-weight: bold;
@import '../imio/share';
@import '../imio/cells';
@import '../imio/responsive';
@import 'custom';