Skip to content

Commit 4692629

Browse files
committed
Move rocketship to the right
1 parent f132341 commit 4692629

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

static/shared/css/documentation.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ a img {
521521
.feature {
522522
position: relative;
523523
height: 420px;
524-
overflow: hidden;
525524
}
526525

527526
.feature h1, .library-list .feature h1 {
@@ -530,8 +529,8 @@ a img {
530529
font-size: 42px;
531530
line-height: 1.2em;
532531
-webkit-backface-visibility: hidden;
533-
padding: 0;
534-
margin: 80px 0 0 0;
532+
padding: 80px 0 0 0;
533+
margin: 0;
535534
text-align: left;
536535
}
537536

@@ -558,8 +557,9 @@ a img {
558557

559558
.feature .rocketship {
560559
position: absolute;
561-
right: 0;
560+
right: -50px;
562561
top: 30px;
562+
z-index: -1;
563563
}
564564

565565
.feature .gundamcat {

0 commit comments

Comments
 (0)