Update style of logo

This commit is contained in:
Alexis Tacnet
2017-02-07 01:19:23 +01:00
parent d95464a2f3
commit f29c7c2a1c

View File

@@ -108,9 +108,6 @@ section {
display: flex;
width: 100%;
}
.container .content {
width: 100%;
}
@media (min-width: 600px) {
section {
padding: 0 16px;
@@ -182,11 +179,9 @@ section.header .content {
-ms-align-items: center;
align-items: center;
}
section.header .container > a:first-child {
-webkit-flex:1 0 auto;
}
section.header .container .logo {
max-width: 100px;
margin-left: -2em;
}
section.header .name {
padding-top: 20px;
@@ -246,6 +241,9 @@ section.header nav ul li:hover {
-ms-justify-content: flex-start;
justify-content: flex-start;
}
section.header .container .logo {
margin: 0;
}
section.header-home .container .logo {
max-width: 180px;
margin-left: 20px;