Skip to content

Commit 7db95d1

Browse files
authored
Merge pull request #160 from CSFelix/CSFelix-patch-1
📦 Updated
2 parents c225066 + 3e5f117 commit 7db95d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

assets/css/styles/sections.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@
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;
@@ -150,12 +150,12 @@
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;

0 commit comments

Comments
 (0)