Adding KTPs and new KCSP partners (#8423)

* adding KTPs and new KCSP partners

* fixing layout

* additional layout fix

* typo fix
This commit is contained in:
Kaitlyn Barnard
2018-05-18 10:45:51 -07:00
committed by k8s-ci-robot
parent 813e1157d9
commit 2b71a0e8b4
12 changed files with 134 additions and 26 deletions
+22 -13
View File
@@ -34,24 +34,29 @@
zoom:1; /* For IE 6/7 */
}
/* GRID OF FOUR */
.span_4_of_4 {
width: 23%;
/* GRID OF FIVE */
.span_5_of_5 {
width: 18%;
background-color: #f9f9f9;
padding: 20px;
}
.span_3_of_4 {
width: 23%;
.span_4_of_5 {
width: 18%;
background-color: #f9f9f9;
padding: 20px;
}
.span_2_of_4 {
width: 23%;
.span_3_of_5 {
width: 18%;
background-color: #f9f9f9;
padding: 20px;
}
.span_1_of_4 {
width: 23%;
.span_2_of_5 {
width: 18%;
background-color: #f9f9f9;
padding: 20px;
}
.span_1_of_5 {
width: 18%;
background-color: #f9f9f9;
padding: 20px;
}
@@ -64,7 +69,7 @@
.col-nav {
display: table-cell; /* Make elements inside the container behave like table cells */
width: 25%;
width: 18%;
background-color: #f9f9f9;
padding: 20px;
border: 5px solid white;
@@ -101,7 +106,7 @@ h5 {
background-color: #f9f9f9;
}
#distContainer, #kcspContainer, #isvContainer, #servContainer {
#ktpContainer, #distContainer, #kcspContainer, #isvContainer, #servContainer {
position: relative;
width: 100%;
display: flex;
@@ -121,6 +126,10 @@ h5 {
margin-bottom: 80px;
}
#ktpContainer {
margin-bottom: 80px;
}
.partner-box {
position: relative;
width: 47%;
@@ -158,7 +167,7 @@ h5 {
}
@media screen and (max-width: 568px) {
#distContainter, #kcspContainer, #isvContainer, #servContainer {
#ktpContainer, #distContainter, #kcspContainer, #isvContainer, #servContainer {
justify-content: center;
}
@@ -176,7 +185,7 @@ h5 {
}
@media screen and (max-width: 568px) {
#distContainer, #kcspContainer, #isvContainer, #servContainer {
#ktpContainer, #distContainer, #kcspContainer, #isvContainer, #servContainer {
justify-content: center;
}