|
41 | 41 | } |
42 | 42 |
|
43 | 43 | .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 |
49 | 50 | } |
50 | 51 |
|
51 | 52 | .learn::after { |
|
64 | 65 | font-weight: 900; |
65 | 66 | color: #317C35; /* Icon color for Notes block */ |
66 | 67 | margin-right: 8px; |
| 68 | + margin-left: 20px |
67 | 69 | } |
68 | 70 |
|
69 | 71 | .notes::after { |
|
82 | 84 | font-weight: 900; |
83 | 85 | color: #6B3687; /* Icon color for Task block */ |
84 | 86 | margin-right: 8px; |
| 87 | + margin-left: 20px |
85 | 88 | } |
86 | 89 |
|
87 | 90 | .task::after { |
|
129 | 132 | margin-right: 0; |
130 | 133 | margin-top: 0; /* Optional: Ensure consistent spacing above */ |
131 | 134 | margin-bottom: 15px; /* Consistent spacing below */ |
132 | | - padding-left: 0; /* Avoid additional padding */ |
133 | 135 | } |
134 | 136 |
|
135 | 137 | .task h2 { |
|
142 | 144 | margin-right: 0; |
143 | 145 | margin-top: 0; /* Optional: Ensure consistent spacing above */ |
144 | 146 | margin-bottom: 15px; /* Consistent spacing below */ |
145 | | - padding-left: 0; /* Avoid additional padding */ |
146 | 147 | } |
147 | 148 |
|
148 | 149 | .learn h2 { |
|
155 | 156 | margin-right: 0; |
156 | 157 | margin-top: 0; /* Optional: Ensure consistent spacing above */ |
157 | 158 | margin-bottom: 15px; /* Consistent spacing below */ |
158 | | - padding-left: 0; /* Avoid additional padding */ |
159 | 159 | } |
160 | 160 |
|
161 | 161 | /* Style for h3 within the blocks */ |
|
169 | 169 | margin-right: 0; |
170 | 170 | margin-top: 0; /* Optional: Ensure consistent spacing above */ |
171 | 171 | margin-bottom: 15px; /* Consistent spacing below */ |
172 | | - padding-left: 0; /* Avoid additional padding */ |
173 | 172 | } |
174 | 173 |
|
175 | 174 | /* Ensure consistent spacing for paragraphs within blocks */ |
|
0 commit comments