diff --git a/index.html b/index.html index aa9a6aa..c380662 100644 --- a/index.html +++ b/index.html @@ -230,6 +230,12 @@

+ diff --git a/src/style.css b/src/style.css index 01868fb..169a0c3 100644 --- a/src/style.css +++ b/src/style.css @@ -28,6 +28,14 @@ --border-radius-big: 20px; } +footer { + margin-top: 2rem; +} + +footer a { + text-decoration: underline; +} + a { font-weight: 500; color: var(--accent-color-1); @@ -231,7 +239,7 @@ input { New Transaction popup */ -#transactionForm > * { +#transactionForm>* { margin: 10px auto; } @@ -297,7 +305,7 @@ input { Edit Transaction Popup */ -#editTransactionForm > * { +#editTransactionForm>* { margin: 10px auto; } @@ -410,7 +418,7 @@ input { margin: 0; } -.summary > * { +.summary>* { margin: 0 10px; }