Skip to content

Commit eb7f89a

Browse files
committed
increased min height for Apple ][+ and Rank Dynamics banners
adjusted min-height to 400 px
1 parent 91b9bae commit eb7f89a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
.page__hero--overlay[style*="apple2header"] {
4848
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
4949
url('/assets/images/apple2/apple2-header.jpg') center center/cover no-repeat !important;
50-
min-height: 200px;
50+
min-height: 400px;
5151
}
5252
.page__hero--overlay[style*="rankdynamicsheader"] {
5353
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
5454
url('/assets/images/rank-dynamics/rankdynamicsheader.jpg') center top/cover no-repeat !important;
55-
min-height: 200px;
55+
min-height: 400px;
5656
}
5757
/* Hide text overlay for Rank Dynamics blog */
5858
.page__hero--overlay[style*="rankdynamicsheader"] .page__title,

0 commit comments

Comments
 (0)