@@ -62,7 +62,7 @@ export default function Footer() {
6262 </ Box >
6363
6464 < Box sx = { styles . contact } >
65- < Text sx = { styles . contact . title } > Contact Us</ Text >
65+ < Text sx = { styles . contact . title } > Contact Us </ Text >
6666 < Text sx = { styles . contact . email } > robotics@wrc.edu.np</ Text >
6767 < Box sx = { styles . contact . container } >
6868 { /* <Box sx={styles.contact.info}>
@@ -103,23 +103,23 @@ export default function Footer() {
103103 </ >
104104 ) ;
105105}
106-
107106const styles = {
108107 footer : {
109- padding : "1rem" ,
110-
108+ padding : "1.5rem" ,
111109 footerBottomArea : {
112110 borderTop : "1px solid" ,
113111 borderTopColor : "border_color" ,
114112 display : "flex" ,
115- pt : [ 7 , null , 8 ] ,
116- pb : [ "40px" , null , "100px" ] ,
117- textAlign : "center" ,
118113 flexDirection : "row" ,
119114 justifyContent : "space-between" ,
115+ pt : [ 6 , null , 8 ] ,
116+ pb : [ "40px" , null , "80px" ] ,
117+ textAlign : "center" ,
118+ gap : "20px" ,
120119
121120 "@media screen and (max-width:700px)" : {
122121 flexDirection : "column" ,
122+ gap : "30px" ,
123123 } ,
124124 } ,
125125 menus : {
@@ -136,35 +136,36 @@ const styles = {
136136 display : "flex" ,
137137 alignItems : "center" ,
138138 justifyContent : "center" ,
139- flexWrap : "wrap" ,
140139 flexDirection : "column" ,
140+ gap : "6px" ,
141141 } ,
142142 link : {
143143 fontSize : [ 1 , "15px" ] ,
144144 color : "text" ,
145145 fontWeight : "600" ,
146146 cursor : "pointer" ,
147- transition : "all 0.35s " ,
147+ transition : "color 0.3s ease " ,
148148 display : "block" ,
149149 textDecoration : "underline" ,
150150 lineHeight : [ 1.5 , null , 1.8 ] ,
151151 px : [ 2 , null , 4 ] ,
152+ letterSpacing : [ "1.2px" , null , "1.5px" ] ,
152153 ":hover" : {
153154 color : "primary" ,
154155 } ,
155-
156- letterSpacing : [ "1.5px" , null , "2px" ] ,
157156 } ,
158157 logo : {
159- width : "150px" ,
160- height : "60px" ,
158+ width : "140px" ,
159+ height : "auto" ,
160+ mb : 2 ,
161161 } ,
162162 } ,
163163 footerLink : {
164164 display : "flex" ,
165165 flexDirection : "column" ,
166- justifyContent : "space-between" ,
167166 alignItems : "center" ,
167+ gap : "10px" ,
168+
168169 "@media screen and (max-width: 1024px)" : {
169170 display : "none" ,
170171 } ,
@@ -174,78 +175,66 @@ const styles = {
174175 display : "flex" ,
175176 alignItems : "center" ,
176177 justifyContent : "center" ,
178+ gap : "15px" ,
177179
178180 icon : {
179181 display : "flex" ,
180182 alignItems : "center" ,
181183 justifyContent : "center" ,
182184 color : "text" ,
183- fontSize : 25 ,
184- mr : "15px" ,
185- transition : "all 0.25s" ,
185+ fontSize : 26 ,
186+ transition : "color 0.3s ease, transform 0.3s ease" ,
186187 cursor : "pointer" ,
187- ":last-child" : {
188- mr : "0" ,
189- } ,
190188 "&:hover" : {
191189 color : "primary" ,
190+ transform : "scale(1.1)" ,
192191 } ,
193192 } ,
194193 } ,
195194 contact : {
196- // padding: "1rem",
197- // alignItems: "right",
198195 title : {
199- fontSize : [ 1 , "25px " ] ,
196+ fontSize : [ 2 , "22px " ] ,
200197 color : "text" ,
201198 fontWeight : "500" ,
202- fontFamily : "Roboto,sans-serif" ,
199+ fontFamily : "Roboto, sans-serif" ,
203200 mb : 2 ,
204- cursor : "pointer" ,
205- transition : "all 0.35s" ,
206- display : "block" ,
207- textDecoration : "none" ,
208201 } ,
209202 info : {
210203 display : "flex" ,
211204 alignItems : "center" ,
212205 justifyContent : "center" ,
213- flexWrap : "wrap" ,
214206 flexDirection : "column" ,
207+ gap : "4px" ,
215208 px : [ 2 , null , 4 ] ,
216209 } ,
217210 phone : {
218- fontSize : [ 1 , "17px" , "20px " ] ,
211+ fontSize : [ 1 , "17px" , "19px " ] ,
219212 color : "primary" ,
220213 fontWeight : "700" ,
221- fontFamily : "Verdana,sans-serif" ,
222- mb : 2 ,
223- cursor : "pointer" ,
214+ fontFamily : "Verdana, sans-serif" ,
224215 } ,
225216 email : {
226- fontSize : [ 1 , "27px " ] ,
217+ fontSize : [ 1 , "22px " ] ,
227218 color : "primary" ,
228219 fontWeight : "700" ,
229- fontFamily : "Verdana,sans-serif" ,
220+ fontFamily : "Verdana, sans-serif" ,
230221 mb : 2 ,
231- cursor : "pointer" ,
232222 } ,
233223 subTitle : {
234224 fontSize : [ 0 , "13px" , null , "14px" ] ,
235- // color: "primary",
236225 textAlign : "center" ,
237- letterSpacing : [ "1.5px " , null , "2px " ] ,
226+ letterSpacing : [ "1.2px " , null , "1.5px " ] ,
238227 textTransform : "uppercase" ,
239228 fontWeight : "600" ,
240- mb : 2 ,
241- lineHeight : 1.5 ,
229+ color : "text" ,
242230 } ,
243231 container : {
244232 display : "flex" ,
245233 alignItems : "center" ,
246234 justifyContent : "center" ,
235+ flexWrap : "wrap" ,
236+ gap : "20px" ,
247237 mt : [ 3 , 4 ] ,
248238 } ,
249239 } ,
250240} ;
251-
0 commit comments