mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-22 10:52:09 +00:00
Merge branch 'master' of gitlab.com:aviortheking/blog_imie
This commit is contained in:
commit
e879a5808a
@ -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 {
|
||||
|
@ -15,8 +15,8 @@
|
||||
<ul>
|
||||
<li class="lowFooterItem">Politique et confidentialité</li>
|
||||
<li class="lowFooterItem">Mentions légales</li>
|
||||
<li class="lowFooterItem">Contact</li>
|
||||
<li class="lowFooterItem">Connexion</li>
|
||||
<li class="lowFooterItem contact-footer">Contact</li>
|
||||
<li class="lowFooterItem connexion-footer">Connexion</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user