fix flex logo ? + prefixer
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user