footer item alignment

This commit is contained in:
Matt DeCamp 2021-12-02 21:31:21 -05:00
parent 1aac40f0a9
commit f7173153f9

View file

@ -22,4 +22,5 @@ footer {
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}