File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1919 gap : 20px ;
2020
2121 @media (max-width : 1024px ) {
22- grid-template-columns : 1fr 1fr ;
22+ grid-template-columns : 1fr 1fr ;
2323 }
2424
2525 @media (max-width : 500px ) {
26- grid-template-columns : 1fr ;
26+ grid-template-columns : 1fr ;
2727 }
2828
2929 .technology-category {
4545 gap : 10px ;
4646
4747 @media (max-width : 1024px ) {
48- grid-template-columns : repeat (2 , 1fr );
48+ grid-template-columns : repeat (2 , 1fr );
4949 }
5050
5151 @media (max-width : 500px ) {
5757 flex-direction : column ;
5858 align-items : center ;
5959 font-size : 1.2em ;
60- cursor : pointer ;
6160 color : #fff ;
61+ transition : color 0.3s ease ;
62+ cursor : default ; /* Ensures the cursor stays default */
6263
6364 i {
6465 font-size : 3em ;
6566 margin-bottom : 10px ;
66- color : #fff ;
67+ color : inherit ;
68+ transition : inherit ;
6769 }
6870
6971 p {
7072 margin : 0 ;
7173 text-align : center ;
72- color : #fff ;
74+ color : inherit ;
75+ transition : inherit ;
7376 }
7477
7578 & :hover {
You can’t perform that action at this time.
0 commit comments