We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f132341 commit 4692629Copy full SHA for 4692629
static/shared/css/documentation.css
@@ -521,7 +521,6 @@ a img {
521
.feature {
522
position: relative;
523
height: 420px;
524
- overflow: hidden;
525
}
526
527
.feature h1, .library-list .feature h1 {
@@ -530,8 +529,8 @@ a img {
530
529
font-size: 42px;
531
line-height: 1.2em;
532
-webkit-backface-visibility: hidden;
533
- padding: 0;
534
- margin: 80px 0 0 0;
+ padding: 80px 0 0 0;
+ margin: 0;
535
text-align: left;
536
537
@@ -558,8 +557,9 @@ a img {
558
557
559
.feature .rocketship {
560
position: absolute;
561
- right: 0;
+ right: -50px;
562
top: 30px;
+ z-index: -1;
563
564
565
.feature .gundamcat {
0 commit comments