Commit 7bcb928a by nadeem.qasmi

UI fixes done

parent c46383fe
Pipeline #476 passed with stage
in 0 seconds
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
letter-spacing: 3px; letter-spacing: 3px;
font-weight: 900; font-weight: 900;
color: white; color: white;
margin-right: 5%;
} }
.bootstrap-iso .e-learning-heading h3 p { .bootstrap-iso .e-learning-heading h3 p {
font-size: 20px; font-size: 20px;
...@@ -72,8 +73,8 @@ ...@@ -72,8 +73,8 @@
} }
.bootstrap-iso .e-learning-heading h6 { .bootstrap-iso .e-learning-heading h6 {
font-size: 25px; font-size: 25px;
text-align: left; text-align: center;
text-transform: uppercase;
letter-spacing: 3px; letter-spacing: 3px;
font-weight: normal; font-weight: normal;
color: #fff; color: #fff;
...@@ -415,6 +416,7 @@ ...@@ -415,6 +416,7 @@
float: left; float: left;
margin-top: 10px; margin-top: 10px;
margin-right: 10px; margin-right: 10px;
width: auto!important;
} }
.bootstrap-iso .order-heading h2 { .bootstrap-iso .order-heading h2 {
font-size: 14px; font-size: 14px;
...@@ -1050,6 +1052,15 @@ ...@@ -1050,6 +1052,15 @@
p:empty { display:none; } p:empty { display:none; }
/* other fixes */
@media (max-width: 1024px) {
.bootstrap-iso .e-learning-heading h2 {
padding-top: 55px;
}
}
@media (max-width: 768px){ @media (max-width: 768px){
.bootstrap-iso .download-course-button { .bootstrap-iso .download-course-button {
...@@ -1087,6 +1098,9 @@ p:empty { display:none; } ...@@ -1087,6 +1098,9 @@ p:empty { display:none; }
.bootstrap-iso .pro-code { .bootstrap-iso .pro-code {
width: 58%; width: 58%;
} }
.bootstrap-iso .e-learning-heading h2 {
padding-top: 55px;
}
} }
@media (max-width: 480px){ @media (max-width: 480px){
...@@ -1125,6 +1139,9 @@ p:empty { display:none; } ...@@ -1125,6 +1139,9 @@ p:empty { display:none; }
.bootstrap-iso .pro-code { .bootstrap-iso .pro-code {
width: 54%; width: 54%;
} }
.bootstrap-iso .e-learning-heading h2 {
padding-top: 55px;
}
} }
...@@ -1164,6 +1181,9 @@ p:empty { display:none; } ...@@ -1164,6 +1181,9 @@ p:empty { display:none; }
.bootstrap-iso .pro-code { .bootstrap-iso .pro-code {
width: 52%; width: 52%;
} }
.bootstrap-iso .e-learning-heading h2 {
padding-top: 55px;
}
} }
@media (max-width: 320px){ @media (max-width: 320px){
...@@ -1202,5 +1222,8 @@ p:empty { display:none; } ...@@ -1202,5 +1222,8 @@ p:empty { display:none; }
.bootstrap-iso .pro-code { .bootstrap-iso .pro-code {
width: 51%; width: 51%;
} }
.bootstrap-iso .e-learning-heading h2 {
padding-top: 55px;
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment