fix footer text colouring
All checks were successful
Push to cloudflare pages / deploy (push) Successful in 39s
All checks were successful
Push to cloudflare pages / deploy (push) Successful in 39s
This commit is contained in:
parent
920c324c7d
commit
3ed3bcc5ed
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.footer {
|
.footer {
|
||||||
@apply w-full text-center p-4 text-white;
|
@apply w-full text-center p-4;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
Loading…
Add table
Reference in a new issue