diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 26b337c..0e77ec0 100644 --- a/static/style.css +++ b/static/style.css @@ -100,6 +100,10 @@ article section table td { max-width: 65%; } +article img { + max-width: 65%; +} + aside { width: 30%; padding-left: 15px; @@ -132,8 +136,9 @@ body div article { } footer { - background-color: gray; - padding: 3px; + padding: 300px 10px 5px 20px; + margin-bottom: 300px; + font-size: xx-small; } @media (max-width: 1023px) { |