Skip to content

Commit

Permalink
Add class
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny committed Sep 17, 2019
1 parent 4178c30 commit 164b48f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/app/App.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
section {
.main {
height: 100%;
display: grid;
grid-template-rows: auto 14%;
Expand Down
4 changes: 2 additions & 2 deletions src/components/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import Footer from "./Footer/Footer"
import './App.css';

const App = () => (
<section>
<article className="main">
<main>
<Route path="/:term?" component={GlossaryPage}/>
</main>
<Footer/>
</section>
</article>
);

export default App;

0 comments on commit 164b48f

Please sign in to comment.