Skip to content

Commit a80e83b

Browse files
author
Maxwell Lang
committed
Adjust section height.
1 parent 3dd99f5 commit a80e83b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Portfolio/Section/Section.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.container {
44
display: flex;
55
flex-direction: column;
6-
min-height: 100vh;
6+
// min-height: 100vh;
77

88
&:nth-child(2n) {
99
background-color: rgba(0, 0, 0, .05);

components/Portfolio/Section/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class Section extends Component {
1515

1616
render() {
1717
return (
18-
<div className={[styles.container, 'px-2 py-3 px-md-5 py-md-2'].join(' ')}>
18+
<div className={[styles.container, 'px-2 py-3 px-md-5 pt-md-4 pb-md-5'].join(' ')}>
1919
{/* Optional header & subheader */}
2020
{this.props.title || this.props.subtitle ?
2121
<div className={styles.header}>

0 commit comments

Comments
 (0)