Skip to content

Commit a73377e

Browse files
committed
Update footer
1 parent 14c307d commit a73377e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/routes/+layout.svelte

+3-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@
102102
<Row>
103103
<Col style="margin-top: 20px; padding-top: 20px; border-top: 1px solid rgb(204, 204, 204);" >
104104
<footer>
105-
<p>If you have any questions or problems using the system, please get in touch at <a href="mailto:[email protected]">[email protected]</a> for assistance.</p>
105+
<Row class="justify-content-center">
106+
<p><center>If you have any questions or problems using the system, please get in touch at <a href="mailto:[email protected]">[email protected]</a> for assistance.</center></p>
107+
</Row>
106108
</footer>
107109
</Col>
108110
</Row>

static/global.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ button.accordion-button {
357357
align-items: center;
358358
}
359359
.warning {
360-
color: #b57310;
360+
color: var(--warningColor);
361361
}
362362
.icon {
363363
width: 50px;

0 commit comments

Comments
 (0)