Add Clippy lol

This commit is contained in:
2025-09-01 11:19:37 +02:00
parent 4f9d51aba0
commit e66af6ec96
4 changed files with 39 additions and 10 deletions

View File

@ -323,7 +323,31 @@ p {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 3rem;
align-items: center;
align-items: start;
}
.eol-main {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.eol-clippy-image {
text-align: center;
order: -1; /* Ensure Clippy appears first */
}
.eol-clippy-image img {
max-width: 350px;
max-height: 350px;
width: auto;
height: auto;
object-fit: contain;
overflow: hidden;
}
.eol-text {
order: 1; /* Ensure text appears after Clippy */
}
.eol-text ul {