diff options
-rw-r--r-- | www/css/fms.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index 9aeb3cc..12ffe4b 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -154,7 +154,7 @@ } div[data-role='content'] { - width: 90%; + width: 95%; margin: 20px auto; background-color: rgba(255, 255, 255, 0.8); } @@ -170,6 +170,14 @@ background-color: white; } + #details-page div[data-role='content'] { + padding: 0px; + } + + div[data-role='content'] h2 { + margin-top: 0px; + } + #existing h3 { margin-top: 0em; } |