diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-21 12:24:18 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-21 12:24:18 -0400 |
commit | 2430b9c4ef755f5fcfb062e6c11570ad05211b73 (patch) | |
tree | 47394138bbd9e67f7b251058fe469853ca38b4bf /src/SMAPI.Web/wwwroot/Content/css | |
parent | 54ab7dd6b337b0b9fc0a7d9e1017fa1faca972e0 (diff) | |
download | SMAPI-2430b9c4ef755f5fcfb062e6c11570ad05211b73.tar.gz SMAPI-2430b9c4ef755f5fcfb062e6c11570ad05211b73.tar.bz2 SMAPI-2430b9c4ef755f5fcfb062e6c11570ad05211b73.zip |
add troubleshooting guide link to intro, update release notes (#597)
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/css')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/mods.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/mods.css b/src/SMAPI.Web/wwwroot/Content/css/mods.css index b11c48d1..9f82e3e6 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/mods.css +++ b/src/SMAPI.Web/wwwroot/Content/css/mods.css @@ -5,13 +5,11 @@ max-width: calc(100% - 2em); /* allow for wider table if room available */ } -#blurb { - margin-top: 0; +#intro { width: 50em; } #beta-blurb { - width: 50em; margin-bottom: 2em; padding: 1em; border: 3px solid darkgreen; |