Making stuff work better, adding a floppy
This commit is contained in:
parent
1d9bc87f1b
commit
7917326214
11 changed files with 261 additions and 32 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue