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 {
width: 100%;
}
.wrapper-content {
padding: 3em;
height: 100vh;
grid-column: 2;
background: #eee;
overflow: hidden;
width: 100%;
}
/*
......
import m from 'mithril';
import { TextField } from 'polythene-mithril';
import { Button } from 'polythene-mithril';
import {
TextField,
Button,
Card
} from 'polythene-mithril';
import EditView from '../views/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