diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-09 15:44:18 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-09 15:44:18 +0100 |
commit | e72034c430eb8e78a87d4b1d312e4a9c11f3df14 (patch) | |
tree | 6aa953d3969757ab2de76b525f0840abf0b23e99 /static | |
parent | 8f5ab6cab3d21029d08e66c5ce99159bdd8a4c7f (diff) | |
download | guichet-e72034c430eb8e78a87d4b1d312e4a9c11f3df14.tar.gz guichet-e72034c430eb8e78a87d4b1d312e4a9c11f3df14.zip |
Implement login
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..057814d --- /dev/null +++ b/static/style.css @@ -0,0 +1,6 @@ +#contents { + width: 800px; + margin: auto; + margin-top: 16px; +} + |