diff --git a/src/views/log.blade.php b/src/views/log.blade.php index 1de6d80..4f2fb16 100644 --- a/src/views/log.blade.php +++ b/src/views/log.blade.php @@ -58,19 +58,19 @@ padding-top: 15px; } - .div-scroll{ - background-color: #F5F5F5; - border: 1px solid #DDDDDD; - border-radius: 4px 0 4px 0; - color: #3B3C3E; - left: -1px; - padding: 10px 7px 5px; + .div-scroll { + background-color: #f5f5f5; + border: 1px solid #ddd; + border-radius: 4px 0 4px 0; + color: #3B3C3E; + left: -1px; + padding: 10px 7px 5px; } - .div-with-scroll{ - height: 100vh; - overflow:scroll; - overflow-x:hidden; + .div-with-scroll { + height: 100vh; + overflow: scroll; + overflow-x: hidden; }