Skip to content

Commit

Permalink
adjust footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejch committed Feb 18, 2020
1 parent c0ebb08 commit dc8e31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/projectsAndContributorsSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class ProjectsAndContributorsSection extends Component {
return (
<section
className="projects-and-contributions" id="our-projects" style={{
background: `#151B31 url(${elements.section_info__background_image.value[0].url}) bottom center no-repeat`
background: `#2C3554 url(${elements.section_info__background_image.value[0].url}) bottom center no-repeat`
}}>
<div className="row-flex">
<div className="box-100">
Expand Down
4 changes: 1 addition & 3 deletions src/pages/selector/_class_selector.scss
Original file line number Diff line number Diff line change
Expand Up @@ -379,12 +379,10 @@ section.footer {
font-size: 24px;
line-height: 32px;
font-weight: 300;
font-style: italic;


a {
display: block;
color: $color-text;
text-decoration: wavy;
font-style: normal;

&:hover {
Expand Down

0 comments on commit dc8e31f

Please sign in to comment.