feat: changes to footer design
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
> div {
|
||||
> div:first-child {
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
@@ -27,6 +27,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
&__logo img {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
&__social {
|
||||
a {
|
||||
margin-right: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
&__grid {
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user