Skip to content
Snippets Groups Projects
Commit 667288fd authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(style): header display on mobile. Logo is now properly centered

parent 0c835e14
No related branches found
No related tags found
1 merge request!197v1.12.0
......@@ -32,6 +32,7 @@
margin: 0;
}
@media #{$tablet} {
margin-right: unset;
text-align: center;
width: 100%;
}
......@@ -69,7 +70,6 @@ a {
.containerIconMenu {
display: none;
padding-right: 20px;
@media #{$tablet} {
display: block;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment