diff --git a/frontend/style.css b/frontend/style.css index 74ce4f495d66d028d953583c076710349b3b4b78..f953d4e275eca5fd3249e5c7c2fb66ccbf1ec2be 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -93,4 +93,12 @@ table { td { padding: 5px 20px; -} \ No newline at end of file +} + +.logs__item__name { + text-align: start; +} + +.logs__item__date { + text-align: end; +}