From 6786bf973c6a6e062c7b5b59f3e63941f415fd7a Mon Sep 17 00:00:00 2001 From: Justin W. Flory Date: May 24 2019 14:14:47 +0000 Subject: Merge #233 `Increase font-size of Error Message` --- diff --git a/assets/css/custom.css b/assets/css/custom.css index cb9413e..691a949 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -397,4 +397,11 @@ blockquote { } #div_id_fasid .controls { display: inline-flex; +} +.alert-danger { + font-size:1.4rem; + text-align: center; +} +.alert-danger ul { + list-style: none; } \ No newline at end of file