mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-04-30 16:16:47 +03:00
Fixed footer content slice issue #651 by adding 'align-items: center' to .footer
This commit is contained in:
parent
47c74a1f0a
commit
74c92db20a
@ -232,6 +232,7 @@
|
|||||||
@media (min-width: 45rem) {
|
@media (min-width: 45rem) {
|
||||||
.footer {
|
.footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 3rem;
|
padding: 3rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user