We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203af5d commit 44cf4a7Copy full SHA for 44cf4a7
‎assets/css/styles/sections.css‎
@@ -80,7 +80,8 @@
80
.skillsSubContainer .skillsStarsContainer img { width: 50px; height: auto; }
81
.skillsSubContainer .skillsStarsContainer .inactive { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
82
83
-#skillsCardsContainer {
+#skillsCardsContainer
84
+, #projectsSubContainer {
85
display: flex;
86
align-items: center;
87
justify-content: space-around;
@@ -93,16 +94,6 @@
93
94
** Projects Container **
95
************************
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
106
#projectsSubContainer .projectBtn {
107
108
0 commit comments