Skip to content

Commit d661729

Browse files
committed
Re-position header title and animation depending on width
1 parent adfc0a5 commit d661729

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rip/style.css

+5
Original file line numberDiff line numberDiff line change
@@ -2550,7 +2550,12 @@ header.bg-title {
25502550
background-position: center center;
25512551
background-size: cover;
25522552
overflow: hidden;
2553+
}
2554+
2555+
@media (max-width: 992px) {
2556+
.header-title, .header-animation {
25532557
position: relative;
2558+
}
25542559
}
25552560

25562561
@keyframes ken-burn-in {

0 commit comments

Comments
 (0)