From 76fa32876c86ab77bce78f9d5b0c2f334a7fde44 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Mon, 21 Dec 2020 22:40:09 -0500 Subject: [PATCH] style(virgilia): width 100% --- public/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index d7fb17c..1081e5c 100644 --- a/public/index.php +++ b/public/index.php @@ -38,7 +38,8 @@ color: #fbefcc; } #virgilia { - color: #d1d0e3 + color: #d1d0e3; + width: 100%; }