Skip to content

Commit

Permalink
Listed Redux and expanded Skills row
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevsk committed Oct 10, 2023
1 parent 6b9788d commit 0b4fc81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const resume = {
skills: [
{
heading: "Frontend",
data: ["React", "JavaScript", "Tailwind", "Sass", "CSS", "HTML"],
data: ["React", "Redux", "JavaScript", "Tailwind", "Sass", "CSS", "HTML"],
},
{
heading: "Backend",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/Template1.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ span {
}

.skillset {
@apply grid grid-flow-row justify-start gap-x-3 pt-2 xs:grid-flow-col xs:grid-rows-3;
@apply grid grid-flow-row justify-start gap-x-3 pt-2 xs:grid-flow-col xs:grid-rows-4;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/templates/Template2.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ span {
}

.skillset {
@apply grid grid-flow-row justify-start gap-x-3 pt-2 xs:grid-flow-col xs:grid-rows-3;
@apply grid grid-flow-row justify-start gap-x-3 pt-2 xs:grid-flow-col xs:grid-rows-4;
}
}

Expand Down

0 comments on commit 0b4fc81

Please sign in to comment.