File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 124124 ** Projects Container **
125125 ************************
126126*/
127- # projectsSubContainer {
127+ . projectsSubContainer {
128128 display : flex;
129129 align-items : center;
130- justify-content : space-around ;
131- flex-wrap : wrap;
130+ justify-content : center ;
131+ flex-wrap : wrap;
132132 row-gap : var (--skills-card-height );
133133}
134134
135- # projectsSubContainer .projectBtn {
135+ . projectsSubContainer .projectBtn {
136136 display : flex;
137137 align-items : center;
138138 justify-content : center;
150150 transition : all 0.3s ease;
151151}
152152
153- # projectsSubContainer .projectBtn : hover {
153+ . projectsSubContainer .projectBtn : hover {
154154 -webkit-filter : brightness (87% );
155155 transform : translateY (-5px );
156156}
157157
158- # projectsSubContainer .projectBtn img { width : 60px ; height : auto; }
158+ . projectsSubContainer .projectBtn img { width : 60px ; height : auto; }
159159
160160.badge {
161161 border-radius : 15px ;
You can’t perform that action at this time.
0 commit comments