footer modile
This commit is contained in:
parent
6b62cd7b5d
commit
182bcea4b0
|
@ -619,6 +619,11 @@ footer {
|
|||
.footer #footer-middle {
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.footer #footer-middle {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
.footer #footer-middle #block-quartiers-de-demain-pieddepage ul li {
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
|
@ -681,6 +686,11 @@ footer {
|
|||
display: block;
|
||||
width: 55px;
|
||||
}
|
||||
@media (max-width: 700px) {
|
||||
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-linkedin::after {
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-youtube::before {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="35.86787"
|
||||
height="36.061337"
|
||||
width="28.181896"
|
||||
height="28.33391"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
@ -9,15 +9,15 @@
|
|||
<defs
|
||||
id="defs1" />
|
||||
<ellipse
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.628166;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.493559;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||
id="path2"
|
||||
cx="17.933935"
|
||||
cy="18.030668"
|
||||
rx="17.933935"
|
||||
ry="18.030668" />
|
||||
cx="14.090949"
|
||||
cy="14.166954"
|
||||
rx="14.090949"
|
||||
ry="14.166954" />
|
||||
<path
|
||||
d="m 27.857574,26.146744 v -7.149945 c 0,-3.830699 -2.044671,-5.613232 -4.772064,-5.613232 -2.20079,0 -3.186427,1.21049 -3.735167,2.059816 v -1.767389 h -4.145266 c 0.05475,1.170881 0,12.47075 0,12.47075 h 4.145266 v -6.964699 c 0,-0.371652 0.02679,-0.744471 0.136311,-1.010104 0.29942,-0.74447 0.980977,-1.515736 2.126226,-1.515736 1.50059,0 2.100594,1.142918 2.100594,2.819433 v 6.672271 z M 10.837286,11.973848 c 1.444669,0 2.345256,-0.958839 2.345256,-2.1553512 -0.02679,-1.223307 -0.900587,-2.154186 -2.318459,-2.154186 -1.4178721,0 -2.3440921,0.930879 -2.3440921,2.154186 0,1.1976782 0.899424,2.1553512 2.2916641,2.1553512 z m 2.072632,14.172896 V 13.675994 H 8.7658199 v 12.47075 z"
|
||||
d="m 21.888094,20.543871 v -5.617814 c 0,-3.009835 -1.606527,-4.410397 -3.749479,-4.410397 -1.729192,0 -2.503621,0.9511 -2.934774,1.618427 v -1.388663 h -3.256995 c 0.04302,0.919978 0,9.798447 0,9.798447 h 3.256995 v -5.472264 c 0,-0.292012 0.02105,-0.584941 0.107102,-0.793653 0.235258,-0.58494 0.770767,-1.190935 1.670606,-1.190935 1.179035,0 1.650466,0.898007 1.650466,2.215269 v 5.242498 z M 8.5150109,9.4080238 c 1.135097,0 1.8427011,-0.753373 1.8427011,-1.69349 -0.02105,-0.96117 -0.7076041,-1.6925749 -1.8216471,-1.6925749 -1.114042,0 -1.841786,0.7314049 -1.841786,1.6925749 0,0.941033 0.70669,1.69349 1.800593,1.69349 z M 10.143507,20.543871 V 10.745424 H 6.8874299 v 9.798447 z"
|
||||
fill="#ffffff"
|
||||
id="path2-9"
|
||||
style="stroke-width:1.16505" />
|
||||
style="stroke-width:0.915396" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
@ -89,6 +89,9 @@ footer{
|
|||
#footer-middle{
|
||||
// grid-column: 6 /span 7;
|
||||
// grid-row: 1;
|
||||
@media(max-width: 810px) {
|
||||
width: 50%;
|
||||
}
|
||||
#block-quartiers-de-demain-pieddepage{
|
||||
ul li{
|
||||
padding-bottom: 0.2rem;
|
||||
|
@ -164,6 +167,9 @@ footer{
|
|||
content: url('../img/linkedin.svg') !important;
|
||||
display: block;
|
||||
width: 55px;
|
||||
@media(max-width: 700px){
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.fa-youtube::before{
|
||||
|
|
Loading…
Reference in New Issue