Implement why-latex section on homepage

GitOrigin-RevId: 2f7d6a83deabdb8387479485cf9961f0c11a4bf7
This commit is contained in:
M Fahru
2024-01-24 09:04:50 +00:00
committed by Copybot
parent 2e083c38f8
commit 1bae526ff3
3 changed files with 32 additions and 0 deletions
@@ -573,4 +573,23 @@
top: -84px;
}
}
#home-rocket-yellow {
position: absolute;
right: 30px;
@media (max-width: @screen-md-max) {
height: 100px;
right: 30px;
bottom: -84px;
}
@media (max-width: @screen-sm-max) {
height: 100px;
right: 0;
bottom: unset;
top: -79px;
margin-right: 10px;
}
}
}