From 8c309d7d484bf8e46f312b0e18b1a360de477b9b Mon Sep 17 00:00:00 2001 From: Alisha Mohanty Date: May 24 2019 10:47:18 +0000 Subject: Style the 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