/*
    Title: myStyle.css
    Author: Jacob Holes
    Date: 2026-02-16
    Description: Custom CSS styles for Doxygen-generated documentation.
*/

/* left align images when you can */
.image
{
   text-align: left;
}

/* scale down the logo and give it some padding */
#projectlogo img {
    max-width: 300px;
    padding: 7px;
}