From 259789ad81e8cab84a32f32cb51d3d892a17d1e6 Mon Sep 17 00:00:00 2001 From: Peter Snyder Date: Sat, 14 Oct 2017 17:33:31 -0500 Subject: [PATCH] minor improvements to the layout of the configuration panel --- config/css/config.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/css/config.css b/config/css/config.css index 382a3d0..cce8d0b 100644 --- a/config/css/config.css +++ b/config/css/config.css @@ -4,4 +4,12 @@ body { .list-group-item .badge a { color: white; +} + +.web-api-standards-container h3 { + margin-top: 0; +} + +section p:first-child { + padding-top: 1em; } \ No newline at end of file