mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-07-25 12:29:51 +00:00
linkedin + some css
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user