diff --git a/app/assets/sass/_status-page.scss b/app/assets/sass/_status-page.scss index 0481dd39..9a1c1768 100644 --- a/app/assets/sass/_status-page.scss +++ b/app/assets/sass/_status-page.scss @@ -158,6 +158,8 @@ body.status-page { border-top: 1px solid #eee; p { margin: 0; + font-size: 1em; + // font-weight: normal; } } .panel-message { diff --git a/public/build/css/all-6a23d7f9.css b/public/build/css/all-50d597de.css similarity index 99% rename from public/build/css/all-6a23d7f9.css rename to public/build/css/all-50d597de.css index 76cee505..3749883f 100644 --- a/public/build/css/all-6a23d7f9.css +++ b/public/build/css/all-50d597de.css @@ -4489,7 +4489,8 @@ body.status-page { body.status-page .timeline .moment .panel-body { border-top: 1px solid #eee; } body.status-page .timeline .moment .panel-body p { - margin: 0; } + margin: 0; + font-size: 1em; } body.status-page .timeline .moment .panel-message { border: 1px solid #e8e8e8; } body.status-page .timeline .moment .panel-message .date { diff --git a/public/build/css/all.css b/public/build/css/all.css index 76cee505..3749883f 100644 --- a/public/build/css/all.css +++ b/public/build/css/all.css @@ -4489,7 +4489,8 @@ body.status-page { body.status-page .timeline .moment .panel-body { border-top: 1px solid #eee; } body.status-page .timeline .moment .panel-body p { - margin: 0; } + margin: 0; + font-size: 1em; } body.status-page .timeline .moment .panel-message { border: 1px solid #e8e8e8; } body.status-page .timeline .moment .panel-message .date { diff --git a/public/build/rev-manifest.json b/public/build/rev-manifest.json index a175e197..195374cd 100644 --- a/public/build/rev-manifest.json +++ b/public/build/rev-manifest.json @@ -1,4 +1,4 @@ { - "css/all.css": "css/all-6a23d7f9.css", + "css/all.css": "css/all-50d597de.css", "js/all.js": "js/all-d8f5640f.js" } \ No newline at end of file