Skip to content
Snippets Groups Projects
Commit 38362c5a authored by Lionel Trebuchon's avatar Lionel Trebuchon
Browse files

[design] - Change padding of content.

parent 5fe62f9f
No related branches found
No related tags found
No related merge requests found
...@@ -84,10 +84,12 @@ body { ...@@ -84,10 +84,12 @@ body {
width: 100%; width: 100%;
} }
.wrapper-content { .wrapper-content {
padding: 3em;
height: 100vh; height: 100vh;
grid-column: 2; grid-column: 2;
background: #eee; background: #eee;
overflow: hidden; overflow: hidden;
width: 100%;
} }
/* /*
......
import m from 'mithril'; import m from 'mithril';
import { TextField } from 'polythene-mithril'; import {
import { Button } from 'polythene-mithril'; TextField,
Button,
Card
} from 'polythene-mithril';
import EditView from '../views/editView'; import EditView from '../views/editView';
export default class eventWithExport extends EditView { export default class eventWithExport extends EditView {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment