Add Clippy lol
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user