Skip to content

Commit 9b96a42

Browse files
committed
removed comments
1 parent 2506212 commit 9b96a42

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

pages/about.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import RevealContentContainer from '@/components/containers/RevealContentContainer';
2-
// import Title from '@/components/snippets/Title';
32
import TwoColumn from '@/components/containers/TwoColumn';
43
import { white, primary, primaryAccent } from '@/styles/TwoColumn.module.scss';
5-
// import Container from '@/components/containers/Container';
64

75
export default function AboutUs() {
86
return (

styles/TwoColumn.module.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
@use './mixins' as *;
33

44
.wrapper {
5-
// background-color: $light-bg-color;
6-
// background-color: $primary-accent-color;
75

86
.inner {
97
padding: 5rem 0;
@@ -26,10 +24,6 @@
2624
}
2725

2826
&.about-content {
29-
// align-items: center;
30-
// padding: 0;
31-
// width: 100%;
32-
// align-items: flex-start;
3327
padding-bottom: 0;
3428

3529
.inner__content {
@@ -58,11 +52,9 @@
5852
}
5953

6054
.inner__content {
61-
// margin-bottom: 5rem;
6255

6356
@include desktop {
6457
flex-basis: 50%;
65-
// margin-bottom: 0;
6658
}
6759

6860
.title {

0 commit comments

Comments
 (0)