Skip to content

Commit

Permalink
veraPDF#92: Added left and right padding for about content
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Poplavsky authored and yuliya-ivaniukovich committed Jun 10, 2020
1 parent 8b3155d commit 44eac05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/layouts/pages/about/About.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import React from 'react';
import ReactMd from 'react-md-file';

import './About.scss';

function About() {
return (
<section className="about">
Expand Down
3 changes: 3 additions & 0 deletions src/components/layouts/pages/about/About.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.about {
padding: 0 20px;
}

0 comments on commit 44eac05

Please sign in to comment.