Skip to content

Commit 7c82ca9

Browse files
committed
Separar el texto de la siguiente sección en mobile
1 parent 1b7695a commit 7c82ca9

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"test:sintax": "prettier --check \"{,!(node_modules)/**/}*.(jsx|css)\"",
2121
"sintax:fix": "prettier --check --write \"{,!(node_modules)/**/}*.(jsx|css)\"",
2222
"lint": "eslint . --ext .jsx",
23-
"mytest": "npm run test:sintax",
2423
"start": "react-scripts start",
2524
"build": "react-scripts build",
2625
"test": "react-scripts test",
2726
"eject": "react-scripts eject",
2827
"predeploy": "npm run mytest && npm run build",
29-
"deploy": "npm run mytest && gh-pages -d build"
28+
"deploy": "npm run mytest && gh-pages -d build",
29+
"check": "npm run test:sintax && npm run lint && jest"
3030
},
3131
"eslintConfig": {
3232
"extends": [

src/Main/CI_CD/Repositorio/Repositorio.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.card-codigo {
2+
padding-bottom: 30px;
3+
}
4+
15
.ci-cd-repo a {
26
font-size: 18px;
37
font-weight: bold;

src/Main/CI_CD/Repositorio/Repositorio.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Repositorio = () => {
2222
}, []);
2323

2424
return (
25-
<div className="col-12 col-md-4 mt-8">
25+
<div className="col-12 col-md-4 mt-8 card-codigo">
2626
<ScrollAnimation animateIn="animate__fadeIn" offset={0}>
2727
<span className="span-row">Desde el código...</span>
2828

0 commit comments

Comments
 (0)