Improve spacing on disclaimer.
Build and Deploy Web App / build-and-deploy (push) Successful in 19s
Details
Build and Deploy Web App / build-and-deploy (push) Successful in 19s
Details
This commit is contained in:
parent
74e8cc478d
commit
3cb359b6fe
|
|
@ -9,3 +9,8 @@
|
||||||
.mt-1 {
|
.mt-1 {
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx-1 {
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
margin-right: 0.5rem;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@ function generateSampleData() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Disclaimer note that this project is still a work-in-progress! -->
|
<!-- Disclaimer note that this project is still a work-in-progress! -->
|
||||||
<div style="font-size: smaller;">
|
<div class="font-size-small mx-1">
|
||||||
<p>
|
<p>
|
||||||
<strong>Note:</strong> Finnow is still under development, and may be
|
<strong>Note:</strong> Finnow is still under development, and may be
|
||||||
prone to bugs or unexpected data loss. Proceed to register and use
|
prone to bugs or unexpected data loss. Proceed to register and use
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue