foooter responsive fixes

This commit is contained in:
theo1 2020-06-02 15:01:27 +02:00
parent 8ac8db558d
commit fce7ee90b5
2 changed files with 40 additions and 42 deletions

View File

@ -46,26 +46,7 @@ header{
margin-top: 100px;
}
#a-propos {
position: fixed;
bottom: 60px;
right: 10px;
z-index: 10;
border: 2px solid #000000;
border-radius: 10px;
background-color: #ffffff;
margin: 20px;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
font-family: solidemirage;
font-size: 15px;
}
#telecharger {
footer > a{
position: fixed;
bottom: 10px;
right: 10px;
@ -76,7 +57,7 @@ header{
background-color: #ffffff;
margin: 20px;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
@ -84,6 +65,11 @@ header{
font-size: 15px;
}
#a-propos {
bottom: 60px;
right: 10px;
}
.vignette {
display: flex;
z-index: 1;
@ -280,6 +266,7 @@ blockquote{
}
.article-content {
display: block;
margin-bottom: 30px;
}
.article-img {
display: block;
@ -288,4 +275,16 @@ blockquote{
.column {
width: 80%;
}
footer {
position: relative;
width: 80%;
display: block;
text-align: center;
}
footer > a {
position : unset;
display: unset;
margin-top : 10px;
}
}

View File

@ -46,26 +46,7 @@ header{
margin-top: 100px;
}
#a-propos {
position: fixed;
bottom: 60px;
right: 10px;
z-index: 10;
border: 2px solid #000000;
border-radius: 10px;
background-color: #ffffff;
margin: 20px;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
font-family: solidemirage;
font-size: 15px;
}
#telecharger {
footer > a{
position: fixed;
bottom: 10px;
right: 10px;
@ -76,7 +57,7 @@ header{
background-color: #ffffff;
margin: 20px;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
@ -84,6 +65,11 @@ header{
font-size: 15px;
}
#a-propos {
bottom: 60px;
right: 10px;
}
.vignette {
display: flex;
z-index: 1;
@ -280,6 +266,7 @@ blockquote{
}
.article-content {
display: block;
margin-bottom: 30px;
}
.article-img {
display: block;
@ -288,4 +275,16 @@ blockquote{
.column {
width: 80%;
}
footer {
position: relative;
width: 80%;
display: block;
text-align: center;
}
footer > a {
position : unset;
display: unset;
margin-top : 10px;
}
}