complete footer and home layout page created

This commit is contained in:
Ebube
2024-03-18 15:52:12 +01:00
parent 32acf978c3
commit db08d1201c
14 changed files with 174 additions and 24 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const MidFooter = () => {
<div className={`h-[2.3125rem] text-[1.25rem] ${styles.lower_footer}`}>
<div className="containerMode flex justify-end p-[.375rem] w-full text-white font-medium text-[.6875rem] md:text-[1.25rem]">
<div className="flex gap-2 items-center justify-end px-2 text-[11px] md:text-[13px]">
<p className="capitalize text-[20px] font-extralight">My Bank and I</p>
<p className="text-[20px] font-extralight">my bank and I</p>
</div>
</div>
</div>