File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 1
1
import RevealContentContainer from '@/components/containers/RevealContentContainer' ;
2
- // import Title from '@/components/snippets/Title';
3
2
import TwoColumn from '@/components/containers/TwoColumn' ;
4
3
import { white , primary , primaryAccent } from '@/styles/TwoColumn.module.scss' ;
5
- // import Container from '@/components/containers/Container';
6
4
7
5
export default function AboutUs ( ) {
8
6
return (
Original file line number Diff line number Diff line change 2
2
@use ' ./mixins' as * ;
3
3
4
4
.wrapper {
5
- // background-color: $light-bg-color;
6
- // background-color: $primary-accent-color;
7
5
8
6
.inner {
9
7
padding : 5rem 0 ;
26
24
}
27
25
28
26
& .about-content {
29
- // align-items: center;
30
- // padding: 0;
31
- // width: 100%;
32
- // align-items: flex-start;
33
27
padding-bottom : 0 ;
34
28
35
29
.inner__content {
58
52
}
59
53
60
54
.inner__content {
61
- // margin-bottom: 5rem;
62
55
63
56
@include desktop {
64
57
flex-basis : 50% ;
65
- // margin-bottom: 0;
66
58
}
67
59
68
60
.title {
You can’t perform that action at this time.
0 commit comments