Skip to content
Snippets Groups Projects
Commit ed32b173 authored by Philip Mundt's avatar Philip Mundt
Browse files

whoops

parent b92ff869
No related branches found
No related tags found
No related merge requests found
Pipeline #481828 failed
......@@ -4138,6 +4138,16 @@ figure img{
object-fit: cover; /* Ensure the image covers the available space */
}
.andersonbox {
display: flex;
flex-direction: column; /* Stack image and any content vertically */
justify-content: flex-start; /* Align images at the top */
align-items: center; /* Center images horizontally */
width: auto; /* Set a width for the boxes */
height: auto; /* Allow height to adapt based on content */
padding: 10px;
}
.andersenbox img {
width: 100%; /* Image takes up full width of its container */
height: auto; /* Maintain aspect ratio of the image */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment