From 520f1e4cfc63186902259e2a7e2e99028b9777ab Mon Sep 17 00:00:00 2001 From: Phu Tu Date: Mon, 18 Sep 2023 09:47:16 +0200 Subject: [PATCH 1/3] Remove empty

tag for accessibility --- app/views/main.scala.html | 1 - public/stylesheets/main.css | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/main.scala.html b/app/views/main.scala.html index 04cbbfea..f21739ad 100644 --- a/app/views/main.scala.html +++ b/app/views/main.scala.html @@ -22,7 +22,6 @@

-

} diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index b93ac73e..ac94a56c 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -153,4 +153,9 @@ h6 .small, .h5 .small, .h6 .small { color: #666; +} + +#figure { + float: right; + text-align: right; } \ No newline at end of file