diff --git a/src/app/about/about.component.scss b/src/app/about/about.component.scss index 4cb86f8..bef4b2c 100644 --- a/src/app/about/about.component.scss +++ b/src/app/about/about.component.scss @@ -4,36 +4,8 @@ justify-content: space-between; } -// .contents { -// display: grid; -// grid-template-columns: repeat(2, 1fr); -// grid-template-rows: repeat(5, 3rem); -// grid-column-gap: 4rem; -// grid-row-gap: 0; -// width: calc(100% - 2rem); -// align-items: center; -// grid-auto-flow: column; - -// p { -// margin: 0; -// width: 100%; -// display: flex; -// justify-content: space-between; -// padding: 1rem; -// border-bottom: 0.1rem solid var(--text-color); -// } - -// p:first-child { -// grid-column: 1 / 3; -// background-color: var(--text-color); -// color: var(--background-color); -// font-weight: 500; -// } -// } - - .contents { - width: calc(100% - 2rem); + width: 100%; p { background-color: var(--text-color);