aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-03-29 08:57:58 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-03-29 08:57:58 +0100
commit60e065fd24d7cd03fa2ebc6cea55d463bc735120 (patch)
tree8bd78fb986cbfab29b4c1c8db23e38b8b3e9099c /assets/css
parentd8b02407afd7ce933d1a9935f5c723a5d47ae368 (diff)
downloadwcms-60e065fd24d7cd03fa2ebc6cea55d463bc735120.tar.gz
wcms-60e065fd24d7cd03fa2ebc6cea55d463bc735120.zip
mini update UI
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/home.css33
1 files changed, 13 insertions, 20 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index 72192ee..840ac9c 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -3,18 +3,17 @@
}
-div#flex {
- display: flex;
- height: 100%;
-}
-div#options {
+
+div#options, article#main {
min-width: 180px;
overflow-y: auto;
}
-div#main {
- overflow: auto;
+
+
+main.home {
+ display: flex;
}
body {
@@ -48,7 +47,7 @@ h1, h2 {
-main.media div, main.home div#options, main.home div#main, main.info nav, main article {
+main.media div, main.home div#options, main.info nav, main article {
border: ridge 1px dimgrey;
margin: 1%;
background-color: lightgrey;
@@ -92,7 +91,6 @@ th {
}
main {
- flex: 1;
overflow-y: auto;
}
@@ -176,14 +174,6 @@ main.info code, main.info blockquote {
width: fit-content;
}
-main.info article {
- /* max-width: 800px; */
- /* text-align: justify; */
- /* background-color: #e2e1e1; */
- /* margin: 1%; */
- /* padding: 1%; */
-}
-
main.info blockquote i {
font-style: normal;
color: #7b97b9;
@@ -375,7 +365,10 @@ main.timeline li.event {
}
+article#main {}
-
-
-
+div#main {
+ display: flex;
+ align-items: flex-start;
+ flex-direction: column;
+} \ No newline at end of file