We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae49c4 commit fca20f8Copy full SHA for fca20f8
index.md
@@ -222,9 +222,10 @@ Complaints are especially impactful when they are authored by a citizen of that
222
223
<div style="
224
display: flex;
225
- flex-wrap: wrap; /* Allows sections to stack on smaller screens */
226
- justify-content: space-between; /* Spreads out the content */
227
- max-width: 1200px; /* Max width for content centering */
+ flex-wrap: wrap;
+ justify-content: space-between;
+ max-width: 1200px;
228
+ padding-top: 2em;
229
margin: 0 auto;
230
">
231
0 commit comments