diff --git a/style.css b/style.css index 49c17f6..90eeef6 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,13 @@ body { font-family: 'Lato', sans-serif; margin: 0; margin-top: 25; + + /*Fix for mobiles*/ + + background-repeat:no-repeat; + background-attachment:fixed; + background-size:100% 100%; + } table, td, th {