We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4f325 commit 2ef9e9cCopy full SHA for 2ef9e9c
LongevityWorldCup.Website/wwwroot/onboarding/convergence.html
@@ -137,6 +137,10 @@
137
margin-right: auto !important;
138
margin-left: 0 !important; /* Resets left margin */
139
}
140
+
141
+ #profileUploadSection {
142
+ width: 100%;
143
+ }
144
</style>
145
</head>
146
<body>
@@ -228,7 +232,7 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="400">1. Character Cr
228
232
</span>
229
233
</p>
230
234
</div>
231
- <div id="profileUploadSection" style="width:90%;">
235
+ <div id="profileUploadSection">
236
<div id="uploadPart" style="display:block">
237
<p><strong>Upload a clear headshot:</strong></p>
238
<ol class="smaller-text" style="padding-left: 20px; line-height: 1.6;">
0 commit comments