@@ -109,7 +109,8 @@ body {
109109 color : var (--text-color );
110110 line-height : 1.6 ;
111111 transition : background-color var (--motion-duration ) ease, color var (--motion-duration ) ease;
112- padding-bottom : 6rem ; /* reserve space for fixed footer */
112+ padding-bottom : 6rem ;
113+ /* reserve space for fixed footer */
113114}
114115
115116# main-content {
@@ -1688,11 +1689,11 @@ body {
16881689 width : 100% ;
16891690 box-sizing : border-box;
16901691
1691- background : rgba (255 , 255 , 255 , 0.03 );
1692+ background : rgba (255 , 255 , 255 , 0.03 );
16921693 padding : 1.2rem ;
16931694 border-radius : 16px ;
16941695
1695- border : 1px solid rgba (255 , 255 , 255 , 0.08 );
1696+ border : 1px solid rgba (255 , 255 , 255 , 0.08 );
16961697
16971698 transition : all 0.25s ease;
16981699 overflow : hidden;
@@ -1709,7 +1710,7 @@ body {
17091710.project-card : hover {
17101711 transform : translateY (-4px );
17111712 border-color : rgba (34 , 197 , 94 , 0.3 );
1712- box-shadow : 0 10px 30px rgba (0 , 0 , 0 , 0.08 );
1713+ box-shadow : 0 10px 30px rgba (0 , 0 , 0 , 0.08 );
17131714}
17141715
17151716.project-card : hover ::after {
@@ -1731,11 +1732,9 @@ body {
17311732 justify-content : center;
17321733 border-radius : 20px ;
17331734
1734- background : linear-gradient (
1735- 135deg ,
1736- rgba (34 , 197 , 94 , 0.12 ),
1737- rgba (74 , 222 , 128 , 0.10 )
1738- );
1735+ background : linear-gradient (135deg ,
1736+ rgba (34 , 197 , 94 , 0.12 ),
1737+ rgba (74 , 222 , 128 , 0.10 ));
17391738
17401739 margin-bottom : 1rem ;
17411740
0 commit comments