Add a credit page and make style reusable

This commit is contained in:
2020-02-26 15:52:13 +01:00
parent afb087408c
commit 042440188e
10 changed files with 225 additions and 59 deletions

View File

@@ -33,36 +33,56 @@
// Right part
&__right {
font-size: 14px;
text-align: center;
@include breakpoint (sm) {
display: flex;
align-items: center;
align-items: baseline;
}
li {
display: block;
text-align: center;
& > ul {
display: flex;
justify-content: center;
margin-bottom: 32px;
@include breakpoint (sm) {
margin-bottom: 0;
margin-right: 24px;
}
li {
margin: 0 20px;
}
}
}
a {
text-decoration: none;
color: #fff;
img {
margin-right: 16px;
}
}
// Instagram
.instagram {
margin-bottom: 32px;
@include breakpoint (sm) {
margin: 0 40px 0 0;
}
a {
display: flex;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #fff;
span {
margin-left: 16px;
}
}
img {
display: inline-block;
}
}
// Collective
.cetrucflotte {
display: flex;
display: inline-flex;
align-items: center;
justify-content: center;