diff --git a/public/static/style/main.css b/public/static/style/main.css index 1bd8a18..201139e 100644 --- a/public/static/style/main.css +++ b/public/static/style/main.css @@ -69,7 +69,7 @@ a { #nav { background: #fff; padding: .75rem; - line-height: 1.75; + line-height: 1.9; min-width: max-content; } #nav ul { @@ -136,7 +136,7 @@ table { } table td, table th { border-bottom: 0.05rem solid #aaa; - padding: 0.05rem 0.25rem 0.05rem 0.25rem; + padding: 0.25rem 0.25rem 0.25rem 0.25rem; } table tr:nth-child(even) { background-color: #fff;