diff --git a/src/components/Pagination/styles.module.scss b/src/components/Pagination/styles.module.scss index 9f0ce714..5c918ff5 100644 --- a/src/components/Pagination/styles.module.scss +++ b/src/components/Pagination/styles.module.scss @@ -2,11 +2,14 @@ .pagination { display: flex; + flex-wrap: wrap; + margin-bottom: -10px; .page { padding: 0 10px; - margin: 0 5px; + margin: 0 5px 10px; min-width: 30px; + } .current { @@ -17,6 +20,7 @@ .next { margin-left: 5px; + margin-bottom: 10px; > svg { transform: rotate(-90deg); @@ -29,6 +33,7 @@ .prev { margin-right: 5px; + margin-bottom: 10px; > svg { margin-right: 3px; diff --git a/src/components/SkillsList/index.jsx b/src/components/SkillsList/index.jsx index edc64219..c4cc1ae4 100644 --- a/src/components/SkillsList/index.jsx +++ b/src/components/SkillsList/index.jsx @@ -101,6 +101,7 @@ const SkillsList = ({ requiredSkills, skills, limit = 3 }) => {
Required Job Skills