diff --git a/actaddmanual/index.html b/actaddmanual/index.html index 295b0b7..91d4e70 100644 --- a/actaddmanual/index.html +++ b/actaddmanual/index.html @@ -30,18 +30,21 @@ -
- - - +
+
+ + + +
+ +
- - - - - \ No newline at end of file diff --git a/actaddmanual/style.css b/actaddmanual/style.css index bc094e8..ba6f848 100644 --- a/actaddmanual/style.css +++ b/actaddmanual/style.css @@ -1,8 +1,13 @@ +html { + height: 100%; +} + body { font-family: Roboto; margin-top: 30px; margin-bottom: 30px; background-color: #e2e2e2; + height: 100%; } .item { @@ -32,8 +37,10 @@ body { margin-right: auto; } -#entries { +#content { margin-left: 300px; + overflow: auto; + padding-bottom: 200px; } #sidebar { @@ -62,6 +69,12 @@ body { color: black; } +#footer { + position: fixed; + bottom: 0; + width: 100%; +} + .anchor { display: block; position: relative; @@ -70,7 +83,7 @@ body { } @media (max-width: 768px) { - #entries { + #content { margin-left: 200px; } @@ -80,7 +93,7 @@ body { } @media (max-width: 510px) { - #entries { + #content { margin-left: 100px; }