This commit is contained in:
Kevin Tessier 2019-06-05 14:49:26 +02:00
parent e7cae7963d
commit 50f6bda39e
4 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -864,7 +864,7 @@
@include inlineflex;
width: 90%;
flex-direction: row-reverse;
justify-content: start;
justify-content: space-between;
& > p{
font-size: 1.2rem;
font-family: $Bold;

View File

@ -1,5 +1,5 @@
#footer{
margin-bottom: 45px;
padding-bottom: 45px;
width: 100%;
background: $light-grey;
.block{