@@ -37,8 +37,8 @@ pub fn Footer() -> Element {
3737 ] ;
3838
3939 rsx ! {
40- footer { class: "text-gray-700 dark:text-gray-400 w-full mx-auto max-w-screen-lg px-4 " ,
41- div { class: "container mx-auto py-8 md:py-24 flex flex-wrap justify-center items-start sm:justify-between lg:items-start md:flex-row md:flex-nowrap gap-x-24 gap-y-8" ,
40+ footer { class: "text-gray-700 dark:text-gray-400 w-full mx-auto max-w-screen-xl " ,
41+ div { class: "py-8 md:py-24 flex flex-wrap justify-between items-start lg:items-start md:flex-row md:flex-nowrap gap-x-24 gap-y-8 mx-auto " ,
4242 for ( name , links) in categories. iter( ) {
4343 div { key: "{name}" ,
4444 h2 { class: "text-md mb-3 text-black dark:text-gray-100" , "{name}" }
@@ -54,9 +54,9 @@ pub fn Footer() -> Element {
5454 }
5555 }
5656
57- div { class: "text-center md:text-left" ,
57+ div { class: "text-left md:text-left" ,
5858 a {
59- class: "flex items-center justify-start gap-1" ,
59+ class: "flex items-center gap-1" ,
6060 href: "https://github.com/DioxusLabs" ,
6161 div {
6262 span { class: "text-lg font-mono dark:text-gray-100" , "DIOXUS" }
@@ -69,10 +69,8 @@ pub fn Footer() -> Element {
6969 }
7070 span { class: "text-xs" , "Build cool things ✌️" }
7171 }
72- }
73-
74-
7572
73+ }
7674 div { class: "text-gray-400 text-sm text-center sm:text-left pb-2 mx-auto" ,
7775 "© 2024 Dioxus Labs"
7876 }
0 commit comments