1+
2+
13: root {
24 --primary-color : # 03dac6 ;
35 --primary-hover-color : # 00c1ab ;
@@ -148,29 +150,72 @@ header p {
148150}
149151
150152footer {
151- text-align : center;
152- padding : 2rem 1rem ;
153- font-size : 0.9rem ;
154- background-color : var (--footer-background );
155- margin-top : auto;
156- line-height : 1.5 ;
153+ background-color : var (--footer-background );
154+ color : var (--text-color );
155+ text-align : center;
156+ padding : 2rem 1rem ;
157+ font-size : 0.9rem ;
158+ line-height : 1.6 ;
159+ margin-top : auto;
157160}
158161
159162footer a {
160- color : var (--primary-color );
161- text-decoration : none;
163+ color : var (--primary-color );
164+ text-decoration : none;
162165}
163166
164167footer a : hover {
165- text-decoration : underline;
168+ text-decoration : underline;
166169}
167170
168- footer .credit {
169- margin-top : 0.5rem ;
171+ .footer-container {
172+ max-width : 1100px ;
173+ margin : 0 auto;
174+ display : flex;
175+ flex-direction : column;
176+ gap : 1rem ;
170177}
171178
172- footer .credit .fa-heart {
173- color : var (--danger-color );
179+ /* TOP SECTION: Product Hunt + Social Icons */
180+ .footer-top {
181+ display : flex;
182+ justify-content : space-between;
183+ align-items : center;
184+ flex-wrap : wrap;
185+ gap : 1rem ;
186+ border-bottom : 1px solid rgba (255 , 255 , 255 , 0.1 );
187+ padding-bottom : 1rem ;
188+ }
189+
190+ .producthunt-badge img {
191+ width : 230px ;
192+ height : auto;
193+ }
194+
195+ /* SOCIAL ICONS */
196+ .social-links {
197+ display : flex;
198+ gap : 18px ;
199+ }
200+
201+ .social-links a {
202+ font-size : 1.5rem ;
203+ color : var (--text-color );
204+ transition : color 0.3s ease, transform 0.3s ease;
205+ }
206+
207+ .social-links a : hover {
208+ color : var (--primary-color );
209+ transform : scale (1.15 );
210+ }
211+
212+ /* BOTTOM SECTION */
213+ .footer-bottom p {
214+ margin : 0.3rem 0 ;
215+ }
216+
217+ .credit .fa-heart {
218+ color : var (--danger-color );
174219}
175220
176221.modal-overlay {
@@ -315,4 +360,16 @@ footer .credit .fa-heart {
315360 padding : 2rem ;
316361 max-height : none;
317362 }
363+ }
364+
365+ @media (max-width : 768px ) {
366+ .footer-top {
367+ flex-direction : column;
368+ text-align : center;
369+ border-bottom : none;
370+ }
371+
372+ .social-links {
373+ justify-content : center;
374+ }
318375}
0 commit comments