fix flex logo ? + prefixer

This commit is contained in:
2022-01-06 11:48:38 +01:00
parent 64e537f361
commit c0fc508291
8 changed files with 3190 additions and 3173 deletions
@@ -70,7 +70,7 @@
.field--name-field-titre{
font-size: 1.5rem;
font-weight: 1000;
font-family: 'Source Code Pro';
font-family: 'Source Code Pro', monospace;
color: $blue-dark;
text-transform: uppercase;
margin-top: 2rem;
@@ -64,7 +64,7 @@
margin-top: 0;
display: flex;
flex-direction: row-reverse;
justify-content: start;
justify-content: flex-start;
a{
color: $white;
@@ -219,7 +219,7 @@
background-color: black;
width: 40px;
justify-content: center;
align-items: end;
align-items: flex-end;
&:before{
content: url("../images/pictos/twitter_white.svg");
min-width: 30px;
@@ -231,7 +231,7 @@
background-color: black;
min-width: 40px;
justify-content: center;
align-items: end;
align-items: flex-end;
&:before{
content: url("../images/pictos/youtube_white.svg");
min-width: 25px;
@@ -243,7 +243,7 @@
background-color: black;
min-width: 40px;
justify-content: center;
align-items: end;
align-items: flex-end;
// background-position-y: top;
&:before{