/*
 Theme Name:   Labs Twenty Twenty
 description:  A child theme of the Twenty Twenty WordPress theme
 Author: UTD Office of Research Information Systems @UTDResearch
 Author URI: https://research.utdallas.edu/
 Template:     twentytwenty
 Version:      1.0.1
*/

#site-footer .section-inner {
	align-items: center;
}

.footer-credits {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-right: 10px;
}

.footer-credits img {
	max-height: 50px;
}

.footer-credits .footer-copyright {
    margin: 10px;
    text-align: center;
}
