Skip to content

Commit 44cf4a7

Browse files
authored
📦 Updates
1 parent 203af5d commit 44cf4a7

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

‎assets/css/styles/sections.css‎

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
.skillsSubContainer .skillsStarsContainer img { width: 50px; height: auto; }
8181
.skillsSubContainer .skillsStarsContainer .inactive { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
8282

83-
#skillsCardsContainer {
83+
#skillsCardsContainer
84+
, #projectsSubContainer {
8485
display: flex;
8586
align-items: center;
8687
justify-content: space-around;
@@ -93,16 +94,6 @@
9394
** Projects Container **
9495
************************
9596
*/
96-
97-
#projectsSubContainer {
98-
display: flex;
99-
align-items: center;
100-
justify-content: center;
101-
flex-direction: row;
102-
flex-wrap: wrap;
103-
gap: 15px;
104-
}
105-
10697
#projectsSubContainer .projectBtn {
10798
display: flex;
10899
align-items: center;

0 commit comments

Comments
 (0)