ajustement typo

This commit is contained in:
2024-03-20 14:00:00 +01:00
parent 60be60272f
commit d9029c4f36
10 changed files with 61 additions and 58 deletions

View File

@@ -45,7 +45,7 @@
font-weight: 400;
.field-content{
margin-bottom: 0.5rem;
font-size: 0.6rem;
font-size: 0.5rem;
}
@media (max-width: 810px){
display: none;

View File

@@ -1,11 +1,8 @@
footer{
z-index: 100;
span.totop {
display: inline-flex;
width: 100vw;
// content: url(../images/up-arrow.svg);
// background: $bleu_fond_header;
#toTop{
margin: auto;
background-color: #fff;
@@ -16,7 +13,6 @@ footer{
font-size: 1.7rem;
line-height: 2.5rem;
text-align: center;
// background: $footer-bg;
width: 3rem;
height: 2rem;
display: inline-block;
@@ -25,9 +21,6 @@ footer{
content:url("../images/up-arrow.svg") ;
width: 50%;
}
// .fa{
// color: #fff;
// }
}
}
@@ -95,6 +88,7 @@ footer{
}
}
}
font-size: 0.6rem;
}
#footer-right{
grid-column: 10 / 12;
@@ -112,9 +106,11 @@ footer{
font-weight: 600;
}
padding-bottom: 0.6rem;
font-size: 0.6rem;
}
.fa-3x{
font-size: 2em;
font-size: 1.5em;
}
}
}

View File

@@ -68,33 +68,34 @@ header{
}
}
.header_right_container{
// padding-right: 30%;
padding-left: calc(100% /4);
margin: auto;
@media(max-width: 660px){
padding-right: 0;
}
.language-switcher-language-url{
// padding-left: 30%;
text-transform: uppercase;
ul{
display: flex;
flex-direction: row;
font-size: $font-medium;
font-size: $font-normal;
padding: 0;
@media(max-width: 660px){
margin-bottom: 0;
}
li:nth-child(1){
&::after{
content: "/";
content: " / ";
white-space: pre;
}
}
.is-active{
font-weight: 600;
}
}
}
}