Skip to content

Commit

Permalink
Fix colors and paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed Dec 17, 2018
1 parent 7189c65 commit f76eda0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/ContentArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const ContentAreaContainer = styled.div`
margin-left: ${SIDEBAR_WIDTH};
}
padding: 0 0.5rem;
margin-bottom: 3rem;
background-color: #FCFCFC;
`

class ContentArea extends React.Component {
Expand Down
3 changes: 2 additions & 1 deletion src/templates/CourseContentTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const StyledIcon = styled(FontAwesomeIcon)`
font-size: 1em;
`

const ContentWrapper = styled.div``
const ContentWrapper = styled.div`
`

const UpLink = styled(Link)`
color: #332c2cb3 !important;
Expand Down
1 change: 1 addition & 0 deletions src/templates/CoursePartOverviewTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { loggedIn } from '../services/moocfi'

const ContentWrapper = styled.div`
margin-top: 1rem;
padding-bottom: 2rem;
p {
margin-bottom: 2rem;
Expand Down
2 changes: 1 addition & 1 deletion src/templates/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ body {
font-weight: 400;
line-height: 1.5;
text-align: left;
background-color: #fff;
background-color: white;
}

p {
Expand Down

0 comments on commit f76eda0

Please sign in to comment.