Updated Partner Page Design (#8959)

* Updated partner page design

* updating conformance section title

* Changing buttons spacing

* fixing spacing
This commit is contained in:
Kaitlyn Barnard
2018-06-15 10:12:28 -07:00
committed by k8s-ci-robot
parent 4e9a3590e7
commit 6f0cf009bf
2 changed files with 62 additions and 54 deletions
+20 -21
View File
@@ -34,29 +34,19 @@
zoom:1; /* For IE 6/7 */
}
/* GRID OF FIVE */
.span_5_of_5 {
width: 18%;
/* GRID OF THREE */
.span_3_of_3 {
width: 35%;
background-color: #f9f9f9;
padding: 20px;
}
.span_4_of_5 {
width: 18%;
.span_2_of_3 {
width: 35%;
background-color: #f9f9f9;
padding: 20px;
}
.span_3_of_5 {
width: 18%;
background-color: #f9f9f9;
padding: 20px;
}
.span_2_of_5 {
width: 18%;
background-color: #f9f9f9;
padding: 20px;
}
.span_1_of_5 {
width: 18%;
.span_1_of_3 {
width: 35%;
background-color: #f9f9f9;
padding: 20px;
}
@@ -64,7 +54,7 @@
.col-container {
display: table; /* Make the container element behave like a table */
width: 100%; /* Set full-width to expand the whole page */
padding-bottom: 80px;
padding-bottom: 30px;
}
.col-nav {
@@ -79,7 +69,7 @@
@media only screen and (max-width: 480px) {
.col { margin: 1% 0 1% 0%;}
.span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 { width: 100%; }
.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
@media only screen and (max-width: 650px) {
@@ -91,8 +81,17 @@
.button{
max-width: 100%;
line-height: 14px;
padding: 15px;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
margin: 0;
display: inline-block;
border-radius: 6px;
padding: 0 20px;
line-height: 40px;
color: #ffffff;
font-size: 16px;
background-color: #3371e3;
text-decoration: none;
}
h5 {