diff --git a/static/style.css b/static/style.css index 6c68ed7..8eb4bda 100644 --- a/static/style.css +++ b/static/style.css @@ -8,8 +8,8 @@ } .grid-container{ display: grid; - grid-template-columns: auto auto auto auto; - grid-template-rows: auto auto auto auto; + grid-template-columns: min-content auto auto auto; + grid-template-rows: auto auto auto; grid-gap: 10px; // background-color: #2196F3; padding: 10px; @@ -21,12 +21,12 @@ fonrt-size: 30px; } .header{ - grid-column-start: 2; - grid-column-end: 4; + grid-column-start: 1; + grid-column-end: 5; } .nav{ grid-column:1; - border-style: dotted; + //border-style: dotted; } ul{ list-style: none; @@ -35,8 +35,16 @@ ul{ } .main{ grid-column-start: 2; - grid-column-end: 4; + grid-column-end: 5; grid-row-start: 2; - grid-row-end: 4; - background-color: rgba(255,255,0,0.9); + grid-row-end: 2; + //background-color: rgba(255,255,0,0.9); + overflow: scroll; + height: 200px; +} +.footer{ + grid-column-start: 1; + grid-column-end: 5; + grid-row: 3; + padding-bottom:2px; } diff --git a/templates/index.html b/templates/index.html index c63c2e0..8d61f66 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,15 +10,31 @@
Super Awesome Mange Downloading and Viewing Thing
-
- main +
+ +
+
+ +