mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-14 19:19:18 +00:00
Merge branch 'master' of gitlab.com:aviortheking/blog_imie
This commit is contained in:
@ -455,7 +455,7 @@ input {
|
||||
}
|
||||
|
||||
.container-post {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 30px;
|
||||
background-color: white;
|
||||
padding: 45px;
|
||||
}
|
||||
@ -666,6 +666,27 @@ input {
|
||||
}
|
||||
|
||||
@media screen and (max-width: 640px) {
|
||||
.contact-footer{
|
||||
display: none;
|
||||
}
|
||||
.connexion-footer{
|
||||
display: none;
|
||||
}
|
||||
.bloc-post{
|
||||
width: 100%;
|
||||
}
|
||||
.bloc-recent{
|
||||
padding-top: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
.cover-text {
|
||||
padding: 0px 40px;
|
||||
}
|
||||
|
||||
.bloc-filter{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.nav_imie {
|
||||
height: 0;
|
||||
}
|
||||
@ -741,6 +762,10 @@ input {
|
||||
.bloc_principal {
|
||||
height: 650px;
|
||||
}
|
||||
|
||||
.cover-text {
|
||||
padding: 0px 40px;
|
||||
}
|
||||
}
|
||||
|
||||
form.login > input {
|
||||
|
Reference in New Issue
Block a user