19 lines
349 B
SCSS
19 lines
349 B
SCSS
|
|
|
|
#fotter-bottom{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
|
|
#block-pieddepage ul{
|
|
color: $blue-dark;
|
|
font-weight: 800;
|
|
list-style: none;
|
|
}
|
|
|
|
|
|
.twitter::before {
|
|
font-family: "Font Awesome 5 Brands"; content: "\f099";
|
|
}
|
|
|
|
} |