Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5683e05af7 | |||
| c7675f7941 |
+10
-1
@@ -4239,17 +4239,26 @@ p {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mission-side-box {
|
.mission-side-box {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 100%;
|
height: 750px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
background-image: url(../images/mission-bg.png);
|
background-image: url(../images/mission-bg.png);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
@media only screen and (max-width: 991px) {
|
||||||
|
.mission-side-box {
|
||||||
|
position: relative;
|
||||||
|
height: 500px;
|
||||||
|
width: 100%;
|
||||||
|
margin: 20px auto 0 auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
||||||
.appie-faq-8-area .faq-play-box {
|
.appie-faq-8-area .faq-play-box {
|
||||||
|
|||||||
@@ -100,11 +100,7 @@ function MissionStatement() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="mission-side-box"></div>
|
||||||
<div className="mission-side-box">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user