Skip to content

Commit 2ef9e9c

Browse files
committed
button width consistency
1 parent bb4f325 commit 2ef9e9c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

LongevityWorldCup.Website/wwwroot/onboarding/convergence.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@
137137
margin-right: auto !important;
138138
margin-left: 0 !important; /* Resets left margin */
139139
}
140+
141+
#profileUploadSection {
142+
width: 100%;
143+
}
140144
</style>
141145
</head>
142146
<body>
@@ -228,7 +232,7 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="400">1. Character Cr
228232
</span>
229233
</p>
230234
</div>
231-
<div id="profileUploadSection" style="width:90%;">
235+
<div id="profileUploadSection">
232236
<div id="uploadPart" style="display:block">
233237
<p><strong>Upload a clear headshot:</strong></p>
234238
<ol class="smaller-text" style="padding-left: 20px; line-height: 1.6;">

0 commit comments

Comments
 (0)