fix flex logo ? + prefixer
This commit is contained in:
@@ -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