@@ -47,41 +47,55 @@ This space serves as my digital garden where I document my journey in technology
4747</div >
4848
4949<style >
50- /* FORCE UPDATE - Profile Center Alignment v1 */
50+ /* FORCE UPDATE - Profile Center Alignment v2 - MAXIMUM OVERRIDE */
5151.profile-header {
5252 display : flex !important ;
5353 align-items : center !important ;
5454 justify-content : center !important ;
5555 flex-direction : column !important ;
5656 text-align : center !important ;
57- margin-bottom : 40px ;
58- padding : 30px ;
59- background : linear-gradient (135deg , #f5f7fa 0% , #c3cfe2 100% );
60- border-radius : 16px ;
61- box-shadow : 0 4px 12px rgba (0 ,0 ,0 ,0.1 );
57+ margin-bottom : 40px !important ;
58+ padding : 30px !important ;
59+ background : linear-gradient (135deg , #f5f7fa 0% , #c3cfe2 100% ) !important ;
60+ border-radius : 16px !important ;
61+ box-shadow : 0 4px 12px rgba (0 ,0 ,0 ,0.1 ) !important ;
62+ }
63+
64+ .profile-header * {
65+ text-align : center !important ;
6266}
6367
6468.profile-image {
65- width : 80px ;
66- height : 80px ;
67- border-radius : 50% ;
68- margin-bottom : 16px ;
69- border : 3px solid #fff ;
70- box-shadow : 0 2px 8px rgba (0 ,0 ,0 ,0.1 );
69+ width : 80px !important ;
70+ height : 80px !important ;
71+ border-radius : 50% !important ;
72+ margin-bottom : 16px !important ;
73+ margin-left : auto !important ;
74+ margin-right : auto !important ;
75+ border : 3px solid #fff !important ;
76+ box-shadow : 0 2px 8px rgba (0 ,0 ,0 ,0.1 ) !important ;
77+ display : block !important ;
78+ }
79+
80+ .profile-info {
81+ text-align : center !important ;
82+ width : 100% !important ;
7183}
7284
7385.profile-info h1 {
74- margin : 0 0 8px 0 ;
75- font-size : 2rem ;
76- color : #2c3e50 ;
86+ margin : 0 0 8px 0 !important ;
87+ font-size : 2rem !important ;
88+ color : #2c3e50 !important ;
7789 text-align : center !important ;
90+ width : 100% !important ;
7891}
7992
8093.location {
81- margin : 0 ;
82- color : #7f8c8d ;
83- font-size : 1.1rem ;
94+ margin : 0 !important ;
95+ color : #7f8c8d !important ;
96+ font-size : 1.1rem !important ;
8497 text-align : center !important ;
98+ width : 100% !important ;
8599}
86100
87101.connect-links {
0 commit comments