Fix "typo" and clearing CSS (#10246)
* Dev: clearing and fixing typo * Def: fixing "Typo" * Update style_user_journeys.css Change ".docscoltitle" padding-top:0%; to padding-top:0; * (Fix Minor) Fix writing space in @media. * Update style_case_studies.css Clearing white space * (Fix Minor)Improving spaces inside *.CSS. (prettier)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c79b4728ae
commit
53f797b5d1
+170
-180
@@ -9,7 +9,6 @@ p {
|
||||
}
|
||||
|
||||
.header_logo {
|
||||
|
||||
width:23%;
|
||||
margin-bottom:-0.6%;
|
||||
margin-left:10px;
|
||||
@@ -22,7 +21,6 @@ a {
|
||||
|
||||
body {
|
||||
margin:0;
|
||||
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -39,7 +37,6 @@ h1 {
|
||||
line-height:40px;
|
||||
padding-bottom:1%;
|
||||
padding-top:0.5%;
|
||||
|
||||
}
|
||||
|
||||
.banner1 {
|
||||
@@ -51,7 +48,6 @@ h1 {
|
||||
padding-left:10%;
|
||||
font-size:32px;
|
||||
background-size:100% auto;
|
||||
|
||||
}
|
||||
|
||||
.banner2 {
|
||||
@@ -67,7 +63,6 @@ h1 {
|
||||
background-size:100% auto;
|
||||
background-color:#666666;
|
||||
background-repeat:repeat;
|
||||
|
||||
}
|
||||
|
||||
.banner3 {
|
||||
@@ -147,7 +142,6 @@ h1 {
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
|
||||
h2 {
|
||||
font-family:"Roboto", sans-serif;
|
||||
font-weight:300;
|
||||
@@ -175,7 +169,6 @@ h2 {
|
||||
padding-left:10%;
|
||||
}
|
||||
|
||||
|
||||
hr {
|
||||
border-bottom:0px solid;
|
||||
width:100%;
|
||||
@@ -191,7 +184,6 @@ hr {
|
||||
line-height:20px;
|
||||
letter-spacing:0.03em;
|
||||
font-size:14px;
|
||||
|
||||
}
|
||||
|
||||
.col2 {
|
||||
@@ -201,7 +193,6 @@ hr {
|
||||
color:#606060;
|
||||
letter-spacing:0.03em;
|
||||
font-size:14px;
|
||||
|
||||
}
|
||||
|
||||
.fullcol {
|
||||
@@ -236,199 +227,198 @@ h4 {
|
||||
}
|
||||
|
||||
.video {
|
||||
text-align: center;
|
||||
height: auto;
|
||||
text-align: center;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 910px) {
|
||||
|
||||
h1 {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: bold;
|
||||
line-height: 36px;
|
||||
letter-spacing: 0.03em;
|
||||
font-size: 30px !important;
|
||||
padding-bottom: 0px;
|
||||
width: 80%;
|
||||
}
|
||||
h1 {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: bold;
|
||||
line-height: 36px;
|
||||
letter-spacing: 0.03em;
|
||||
font-size: 30px !important;
|
||||
padding-bottom: 0px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.header_logo {
|
||||
width: 35%;
|
||||
margin-bottom: -.5%;
|
||||
magin-left: 10px;
|
||||
}
|
||||
.header_logo {
|
||||
width: 35%;
|
||||
margin-bottom: -.5%;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.subhead {
|
||||
font-size: 18px;
|
||||
font-weight: 100;
|
||||
line-height: 27px;
|
||||
}
|
||||
.subhead {
|
||||
font-size: 18px;
|
||||
font-weight: 100;
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
.details {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
font-size: 16px;
|
||||
color: #3366ff;
|
||||
letter-spacing: 0.03em;
|
||||
padding-bottom: 2%;
|
||||
line-height: 28px;
|
||||
padding-top: 1em;
|
||||
padding-left: 10%;
|
||||
}
|
||||
.details {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
font-size: 16px;
|
||||
color: #3366ff;
|
||||
letter-spacing: 0.03em;
|
||||
padding-bottom: 2%;
|
||||
line-height: 28px;
|
||||
padding-top: 1em;
|
||||
padding-left: 10%;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 8%;
|
||||
}
|
||||
.logo {
|
||||
width: 8%;
|
||||
}
|
||||
|
||||
.col1 {
|
||||
width: 95%;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #606060;
|
||||
line-height: 20px;
|
||||
letter-spacing: 0.03em;
|
||||
font-size: 14px;
|
||||
}
|
||||
.col1 {
|
||||
width: 95%;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #606060;
|
||||
line-height: 20px;
|
||||
letter-spacing: 0.03em;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.col2 {
|
||||
width: 95%;
|
||||
padding-top: 2%;
|
||||
padding-bottom: 5%;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
line-height: 20px;
|
||||
color: #606060;
|
||||
letter-spacing: 0.03em;
|
||||
font-size: 14px;
|
||||
}
|
||||
.col2 {
|
||||
width: 95%;
|
||||
padding-top: 2%;
|
||||
padding-bottom: 5%;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
line-height: 20px;
|
||||
color: #606060;
|
||||
letter-spacing: 0.03em;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.banner1 {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
padding-top: 15%;
|
||||
padding-bottom: 2%;
|
||||
padding-left: 10%;
|
||||
font-size: 18px;
|
||||
background-size: 100% auto;
|
||||
}
|
||||
.banner1 {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
padding-top: 15%;
|
||||
padding-bottom: 2%;
|
||||
padding-left: 10%;
|
||||
font-size: 18px;
|
||||
background-size: 100% auto;
|
||||
}
|
||||
|
||||
.banner2 {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
padding-top: 4%;
|
||||
padding-bottom: 4%;
|
||||
font-size: 18px;
|
||||
letter-spacing: 0.03em;
|
||||
line-height: 24px;
|
||||
width: 100%;
|
||||
background: none;
|
||||
background-color: #666666;
|
||||
}
|
||||
.banner2 {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
padding-top: 4%;
|
||||
padding-bottom: 4%;
|
||||
font-size: 18px;
|
||||
letter-spacing: 0.03em;
|
||||
line-height: 24px;
|
||||
width: 100%;
|
||||
background: none;
|
||||
background-color: #666666;
|
||||
}
|
||||
|
||||
.banner3 {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
padding-top: 5%;
|
||||
padding-bottom: 5%;
|
||||
font-size: 16px;
|
||||
letter-spacing: 0.03em;
|
||||
line-height: 23px;
|
||||
width: 90%;
|
||||
}
|
||||
.banner3 {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
padding-top: 5%;
|
||||
padding-bottom: 5%;
|
||||
font-size: 16px;
|
||||
letter-spacing: 0.03em;
|
||||
line-height: 23px;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.banner4 {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
padding-top: 4%;
|
||||
padding-bottom: 4%;
|
||||
font-size: 18px;
|
||||
letter-spacing: 0.03em;
|
||||
line-height: 24px;
|
||||
width: 100%;
|
||||
}
|
||||
.banner4 {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
padding-top: 4%;
|
||||
padding-bottom: 4%;
|
||||
font-size: 18px;
|
||||
letter-spacing: 0.03em;
|
||||
line-height: 24px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.banner5 {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
padding-top: 4%;
|
||||
padding-bottom: 4%;
|
||||
font-size: 16px;
|
||||
letter-spacing: 0.03em;
|
||||
line-height: 23px;
|
||||
width: 100%;
|
||||
background: none;
|
||||
background-color: #666666;
|
||||
}
|
||||
.banner5 {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
padding-top: 4%;
|
||||
padding-bottom: 4%;
|
||||
font-size: 16px;
|
||||
letter-spacing: 0.03em;
|
||||
line-height: 23px;
|
||||
width: 100%;
|
||||
background: none;
|
||||
background-color: #666666;
|
||||
}
|
||||
|
||||
.banner2text {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
width: 90%;
|
||||
padding-left: 5%;
|
||||
padding-bottom: 1%;
|
||||
padding-top: 1%;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
}
|
||||
.banner2text {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
width: 90%;
|
||||
padding-left: 5%;
|
||||
padding-bottom: 1%;
|
||||
padding-top: 1%;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.banner3text {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
width: 90%;
|
||||
padding-left: 5%;
|
||||
padding-top: 5%;
|
||||
padding-bottom: 5%;
|
||||
text-align: center;
|
||||
}
|
||||
.banner3text {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
width: 90%;
|
||||
padding-left: 5%;
|
||||
padding-top: 5%;
|
||||
padding-bottom: 5%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.banner4text {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
width: 90%;
|
||||
padding-left: 5%;
|
||||
padding-top: 3%;
|
||||
padding-bottom: 3%;
|
||||
text-align: center;
|
||||
}
|
||||
.banner4text {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
width: 90%;
|
||||
padding-left: 5%;
|
||||
padding-top: 3%;
|
||||
padding-bottom: 3%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.banner5text {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
width: 90%;
|
||||
padding-left: 5%;
|
||||
padding-top: 3%;
|
||||
padding-bottom: 3%;
|
||||
text-align: center;
|
||||
}
|
||||
.banner5text {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
width: 90%;
|
||||
padding-left: 5%;
|
||||
padding-top: 3%;
|
||||
padding-bottom: 3%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fullcol {
|
||||
margin-top: 6%;
|
||||
margin-bottom: 8%;
|
||||
}
|
||||
.fullcol {
|
||||
margin-top: 6%;
|
||||
margin-bottom: 8%;
|
||||
}
|
||||
|
||||
h2 {
|
||||
line-height: 26px;
|
||||
font-size: 18px;
|
||||
}
|
||||
h2 {
|
||||
line-height: 26px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.quote {
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.quote {
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 35%;
|
||||
}
|
||||
.logo {
|
||||
width: 35%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 580px){
|
||||
@@ -443,4 +433,4 @@ h4 {
|
||||
.banner2text {
|
||||
padding-top: 2% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user