Skip to content

Commit 6e1a1f6

Browse files
committed
Fix for small display
1 parent 7c80d05 commit 6e1a1f6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

css/style.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ strong, .bold {
466466
}
467467
.bg-contrast-purple {
468468
background: #2E369D;
469-
height: 460px;
469+
min-height: 460px;
470470
}
471471
.bg-contrast-purple--before {
472472
position: relative;
@@ -740,9 +740,7 @@ strong, .bold {
740740
float: left;
741741
width: 50%;
742742
}
743-
.thumb-wrap .thumb:first-child {
744-
width: 100%;
745-
}
743+
746744
}
747745

748746
/*================== Team ======================*/

0 commit comments

Comments
 (0)