Hide the social menu in screen widths less than 400 pixels

This commit is contained in:
Manuel Cillero 2018-06-19 19:20:52 +02:00
parent 5df8075762
commit 05301db52e

View file

@ -120,6 +120,11 @@ ul.social-menu .social-link-mail:hover a {
color: #8ca7be;
border-radius: 300px;
}
@media (max-width: 399px) {
#socket ul.social-menu {
display: none;
}
}
/*
* Navigation main menu.