diff --git a/Website/style.css b/Website/style.css index 4f07325..d9efc17 100644 --- a/Website/style.css +++ b/Website/style.css @@ -3,7 +3,7 @@ body{ background:#f1f9f9; - max-width: 800px; + max-width: 900px; padding: 40px 40px 40px; font-family: sans-serif; } @@ -87,14 +87,9 @@ caption{ padding: 19px 29px 10px; } .inhalt{ - position: fixed; - top: 20; - left: 20; - width: 100%; - height: 80%; border-spacing: 0px; text-align: left; - max-width: 800px; + max-width: 900px; padding: 19px 29px 29px; margin: 0 auto; //margin-top:90px; @@ -111,7 +106,6 @@ caption{ font-family:Tahoma, Geneva, sans-serif; color:#222; font-weight:lighter; - overflow: scroll; } th{ font-size: 16px;