Sticky footer
This commit is contained in:
parent
e45c9e5927
commit
b9a381a231
2 changed files with 26 additions and 15 deletions
|
@ -7,8 +7,14 @@
|
|||
.flex-col { flex-direction: column; }
|
||||
.font-bold { font-weight: bold; }
|
||||
.h-full { height: 100%; }
|
||||
.items-center { align-items: center }
|
||||
.justify-between { justify-content: space-between; }
|
||||
.justify-center { justify-content: center; }
|
||||
.mb-0 { margin-bottom: 0 !important; }
|
||||
.mx-4 { margin-left: 1rem; margin-right: 1rem; }
|
||||
.p-4 { padding: 1rem; }
|
||||
.px-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
|
||||
.py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
|
||||
.text-center { text-align: center; }
|
||||
.text-lg { font-size: 1.2rem; }
|
||||
.text-white { color: #FFFFFF; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue