Making stuff work better, adding a floppy

This commit is contained in:
Dan 2025-12-09 19:01:17 +00:00
parent 1d9bc87f1b
commit 7917326214
11 changed files with 261 additions and 32 deletions

View file

@ -17,11 +17,30 @@
> .about-header {
text-align: center;
}
> .manifesto-container {
position: relative;
> .manifesto-floppy {
position: absolute;
right: -50px;
top: -20px;
width: 150px;
transform: rotate(5deg);
}
}
}
}
@media (max-width: 800px) {
.about-page > .about-content {
width: 100%;
> .manifesto-container {
> .manifesto-floppy {
width: 75px;
top: -10px;
right: -20px;
}
}
}
}