Rework a little Footer links
Remove the text before the collective's logo
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
@include breakpoint (sm) {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
li {
|
||||
@@ -93,30 +93,20 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Collective
|
||||
.cetrucflotte {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
span {
|
||||
color: rgba(#fff, 0.4)
|
||||
}
|
||||
|
||||
// Made by
|
||||
.by {
|
||||
img {
|
||||
display: block;
|
||||
margin: 3px 0 0 12px;
|
||||
height: 22px;
|
||||
width: auto;
|
||||
margin: 0 0 0;
|
||||
transition: transform 400ms $ease-quart;
|
||||
will-change: transform;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
margin-left: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
// Hover
|
||||
a:hover img {
|
||||
transform: scale(1.04);
|
||||
transform: scale(1.05);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user