mirror of
https://github.com/JHUAPL/Terrasaur.git
synced 2026-01-10 05:07:56 -05:00
14 lines
239 B
CSS
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 */
|
|
}
|
|
|