diff --git a/src/boxes/Boxes.js b/src/boxes/Boxes.js index a5c00c3..ebcff63 100644 --- a/src/boxes/Boxes.js +++ b/src/boxes/Boxes.js @@ -1,23 +1,13 @@ import React from 'react'; import styles from './Boxes.module.css' -<<<<<<< HEAD import Cards from '../cards/Cards.js' -======= ->>>>>>> card-setup export default function Boxes({ sectionName }) { return (

{sectionName}

-<<<<<<< HEAD -======= -
    -
  • -
  • -
->>>>>>> card-setup
) diff --git a/src/boxes/Boxes.module.css b/src/boxes/Boxes.module.css index 672be54..369b994 100644 --- a/src/boxes/Boxes.module.css +++ b/src/boxes/Boxes.module.css @@ -1,8 +1,3 @@ .box{ -<<<<<<< HEAD -======= - display: grid; - grid-template: auto; ->>>>>>> card-setup border: .15rem solid black; }