|
@@ -22,7 +22,7 @@ main {
|
|
}
|
|
}
|
|
|
|
|
|
section {
|
|
section {
|
|
- padding: 5rem 0;
|
|
|
|
|
|
+ padding: 5rem 0 3.5rem;
|
|
margin: unset;
|
|
margin: unset;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -50,6 +50,9 @@ h1, h2, h3, h4, h5, h6, p {
|
|
margin-bottom: 1rem;
|
|
margin-bottom: 1rem;
|
|
font-size: 2.2rem;
|
|
font-size: 2.2rem;
|
|
}
|
|
}
|
|
|
|
+.section-title strong {
|
|
|
|
+ color: rgb(0, 38, 136);
|
|
|
|
+}
|
|
|
|
|
|
.section-sub-title {
|
|
.section-sub-title {
|
|
color: rgba(0, 0, 0, 0.6);
|
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -582,9 +585,20 @@ h1, h2, h3, h4, h5, h6, p {
|
|
#new-course .section-title, #new-course .section-sub-title {
|
|
#new-course .section-title, #new-course .section-sub-title {
|
|
text-align: left;
|
|
text-align: left;
|
|
}
|
|
}
|
|
-#new-course .new-course-slider {
|
|
|
|
|
|
+#new-course .new-course {
|
|
padding: 1rem 0;
|
|
padding: 1rem 0;
|
|
}
|
|
}
|
|
|
|
+#new-course .slider-buttons {
|
|
|
|
+ margin-top: 0.5rem;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ gap: 1rem;
|
|
|
|
+}
|
|
|
|
+#new-course .slider-buttons .new-course-prev, #new-course .slider-buttons .new-course-next {
|
|
|
|
+ padding: 0.25rem 0.75rem;
|
|
|
|
+ background: rgb(0, 38, 136);
|
|
|
|
+ border: none;
|
|
|
|
+}
|
|
|
|
|
|
#app-download {
|
|
#app-download {
|
|
font-family: "Noto Serif Bengali", serif;
|
|
font-family: "Noto Serif Bengali", serif;
|