Commit 7bcb928a by nadeem.qasmi

UI fixes done

parent c46383fe
Pipeline #476 passed with stage
in 0 seconds
......@@ -46,6 +46,7 @@
letter-spacing: 3px;
font-weight: 900;
color: white;
margin-right: 5%;
}
.bootstrap-iso .e-learning-heading h3 p {
font-size: 20px;
......@@ -72,8 +73,8 @@
}
.bootstrap-iso .e-learning-heading h6 {
font-size: 25px;
text-align: left;
text-transform: uppercase;
text-align: center;
letter-spacing: 3px;
font-weight: normal;
color: #fff;
......@@ -415,6 +416,7 @@
float: left;
margin-top: 10px;
margin-right: 10px;
width: auto!important;
}
.bootstrap-iso .order-heading h2 {
font-size: 14px;
......@@ -1050,6 +1052,15 @@
p:empty { display:none; }
/* other fixes */
@media (max-width: 1024px) {
.bootstrap-iso .e-learning-heading h2 {
padding-top: 55px;
}
}
@media (max-width: 768px){
.bootstrap-iso .download-course-button {
......@@ -1087,6 +1098,9 @@ p:empty { display:none; }
.bootstrap-iso .pro-code {
width: 58%;
}
.bootstrap-iso .e-learning-heading h2 {
padding-top: 55px;
}
}
@media (max-width: 480px){
......@@ -1125,6 +1139,9 @@ p:empty { display:none; }
.bootstrap-iso .pro-code {
width: 54%;
}
.bootstrap-iso .e-learning-heading h2 {
padding-top: 55px;
}
}
......@@ -1164,6 +1181,9 @@ p:empty { display:none; }
.bootstrap-iso .pro-code {
width: 52%;
}
.bootstrap-iso .e-learning-heading h2 {
padding-top: 55px;
}
}
@media (max-width: 320px){
......@@ -1202,5 +1222,8 @@ p:empty { display:none; }
.bootstrap-iso .pro-code {
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