Skip to content

Commit adc4954

Browse files
committed
update footer
1 parent 49b13c1 commit adc4954

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ <h3 class="widget-text">A heading widget...</h3>
137137
</div>
138138
<footer>
139139
<p hidden id="progress-indicator" style="text-align: left;">
140-
Working... (<span id="progress-indicator-percentage">0</span>%) &nbsp;∗&nbsp;&nbsp;
140+
Working &nbsp;∗&nbsp; <span id="progress-indicator-percentage">0</span>%
141141
</p>
142-
<p>
142+
<p style="text-align: right;">
143143
Developed and maintained with
144144
<svg
145145
alt="love"
@@ -150,10 +150,10 @@ <h3 class="widget-text">A heading widget...</h3>
150150
fill="#AA8ED6"
151151
d="M35.885 11.833c0-5.45-4.418-9.868-9.867-9.868-3.308 0-6.227 1.633-8.018 4.129-1.791-2.496-4.71-4.129-8.017-4.129-5.45 0-9.868 4.417-9.868 9.868 0 .772.098 1.52.266 2.241C1.751 22.587 11.216 31.568 18 34.034c6.783-2.466 16.249-11.447 17.617-19.959.17-.721.268-1.469.268-2.242z" />
152152
</svg>
153-
by Autumn and Bee &nbsp;∗&nbsp; Read the
154-
<a href="https://github.com/autumn-mck/dptoolkit-web">source code</a> &nbsp;∗&nbsp;
153+
by Autumn and Bee &nbsp;∗&nbsp;
154+
<a href="https://github.com/autumn-mck/dptoolkit-web">Source code</a> &nbsp;∗&nbsp;
155155
<a href="https://github.com/autumn-mck/dptoolkit-web/issues">Report issues</a> &nbsp;∗&nbsp;
156-
Join the <a href="https://everloste.github.io/discord">Discord server</a> for other things
156+
<a href="https://everloste.github.io/discord">Discord server</a>
157157
&nbsp;∗&nbsp;
158158
<svg viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg">
159159
<path

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,12 @@ footer {
303303
justify-content: space-between;
304304
align-content: center;
305305
align-items: center;
306-
justify-content: center;
306+
padding: 0 0.5rem;
307307

308308
p {
309309
margin: 0;
310310
text-align: center;
311+
flex: auto;
311312
}
312313
svg {
313314
display: inline-block;

0 commit comments

Comments
 (0)