Files
Terrasaur/doc/_static/style.css
2025-04-24 14:39:46 -04:00

14 lines
239 B
CSS

.wy-nav-content {
max-width: 100%;
}
.figures-row {
display: flex;
justify-content: space-between;
}
.figures-row img {
max-width: 90%; /* Adjust percentage as needed */
height: auto; /* Maintains aspect ratio */
}