aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-03-30 20:44:55 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-03-30 20:44:55 +0100
commit20c44426207b8f58fd8ef1145b509913371b2901 (patch)
tree0ce6c9f06e8cca59f5159f2dfaeccf99b896712f /assets
parent60e065fd24d7cd03fa2ebc6cea55d463bc735120 (diff)
downloadwcms-20c44426207b8f58fd8ef1145b509913371b2901.tar.gz
wcms-20c44426207b8f58fd8ef1145b509913371b2901.zip
new feature : upload json as page
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index 840ac9c..cc86a55 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -16,6 +16,17 @@ main.home {
display: flex;
}
+main.home article#main {
+ width: 100%;
+}
+
+main.home div#main {
+ display: flex;
+ align-items: flex-start;
+ flex-direction: column;
+}
+
+
body {
margin: 0;
height: 100%;
@@ -365,10 +376,3 @@ main.timeline li.event {
}
-article#main {}
-
-div#main {
- display: flex;
- align-items: flex-start;
- flex-direction: column;
-} \ No newline at end of file