linkedin + some css

This commit is contained in:
2019-03-07 16:32:27 +01:00
parent 081ed3a1de
commit a4d60d2f76
9 changed files with 89 additions and 18 deletions

View File

@ -164,13 +164,14 @@ a{
padding-right: 2%;
}
@media only screen and (min-width: 992px) {
@media (min-width: 992px) {
.articleHome {
padding-right: 10%;
padding-left: 10%;
}
}
.bloc_principal_titre
.nav_imie {
@ -178,7 +179,7 @@ a{
background-color: #1c1c1c;
}
.nav_blog {
.nav_blog .container-fluid {
height: 80px;
background-color: #110230;
margin-bottom: 70px;
@ -853,6 +854,9 @@ label{
}
@media screen and (max-width: 640px) {
.item_nav_imie.right {
display: none;
}
.contact-footer{
display: none;
}
@ -874,10 +878,6 @@ label{
display:none;
}
.nav_imie {
height: 0;
}
#twi {
height: 0;
width: 0;
@ -1031,3 +1031,10 @@ table {
color: inherit;
text-decoration: inherit;
}
@media (max-width: 992px) {
.item_nav_imie.right, .item_nav_blog_droite {
display: none;
}
}