Implement why-latex section on homepage
GitOrigin-RevId: 2f7d6a83deabdb8387479485cf9961f0c11a4bf7
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user