diff --git a/.github/labeler.yml b/.github/labeler.yml index b8ee4b8..6746185 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,2 +1,5 @@ documentation: - - documentation/**/* \ No newline at end of file + - documentation/**/* +code+documentation: + - documentation/**/* + - src/**/* diff --git a/documentation/src/styles/Landing.js b/documentation/src/styles/Landing.js index bab6985..fd28138 100644 --- a/documentation/src/styles/Landing.js +++ b/documentation/src/styles/Landing.js @@ -85,7 +85,7 @@ const useStyles = makeStyles((theme) => ({ }, packageIconGithub: { fontSize: '2.3rem', - margin: '2.5px 10px', + margin: '3px 10px', }, packageIconNpm: { fontSize: '2.3rem',