Skip to content

Commit 67e92a9

Browse files
authored
Update styles.css
1 parent f102619 commit 67e92a9

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

styles.css

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@
4141
}
4242

4343
.learn::before {
44-
content: "\f02d"; /* Font Awesome book icon */
45-
font-family: "Font Awesome 6 Free"; /* Use Font Awesome for icon */
46-
font-weight: 900; /* Font weight required for solid icons */
47-
color: #CD2355; /* Icon color for Learn block */
48-
margin-right: 8px; /* Space between icon and title text */
44+
content: "\f02d"; /* Font Awesome book icon */
45+
font-family: "Font Awesome 6 Free"; /* Use Font Awesome for icon */
46+
font-weight: 900; /* Font weight required for solid icons */
47+
color: #CD2355; /* Icon color for Learn block */
48+
margin-right: 8px; /* Space between icon and title text */
49+
margin-left: 20px
4950
}
5051

5152
.learn::after {
@@ -64,6 +65,7 @@
6465
font-weight: 900;
6566
color: #317C35; /* Icon color for Notes block */
6667
margin-right: 8px;
68+
margin-left: 20px
6769
}
6870

6971
.notes::after {
@@ -82,6 +84,7 @@
8284
font-weight: 900;
8385
color: #6B3687; /* Icon color for Task block */
8486
margin-right: 8px;
87+
margin-left: 20px
8588
}
8689

8790
.task::after {
@@ -129,7 +132,6 @@
129132
margin-right: 0;
130133
margin-top: 0; /* Optional: Ensure consistent spacing above */
131134
margin-bottom: 15px; /* Consistent spacing below */
132-
padding-left: 0; /* Avoid additional padding */
133135
}
134136

135137
.task h2 {
@@ -142,7 +144,6 @@
142144
margin-right: 0;
143145
margin-top: 0; /* Optional: Ensure consistent spacing above */
144146
margin-bottom: 15px; /* Consistent spacing below */
145-
padding-left: 0; /* Avoid additional padding */
146147
}
147148

148149
.learn h2 {
@@ -155,7 +156,6 @@
155156
margin-right: 0;
156157
margin-top: 0; /* Optional: Ensure consistent spacing above */
157158
margin-bottom: 15px; /* Consistent spacing below */
158-
padding-left: 0; /* Avoid additional padding */
159159
}
160160

161161
/* Style for h3 within the blocks */
@@ -169,7 +169,6 @@
169169
margin-right: 0;
170170
margin-top: 0; /* Optional: Ensure consistent spacing above */
171171
margin-bottom: 15px; /* Consistent spacing below */
172-
padding-left: 0; /* Avoid additional padding */
173172
}
174173

175174
/* Ensure consistent spacing for paragraphs within blocks */

0 commit comments

Comments
 (0)