diff --git a/src/main/webapp/resources/css/custom-stylesheet.css b/src/main/webapp/resources/css/custom-stylesheet.css index 0789e967ccf..befa5fdb70f 100644 --- a/src/main/webapp/resources/css/custom-stylesheet.css +++ b/src/main/webapp/resources/css/custom-stylesheet.css @@ -1,4 +1,9 @@ /* Add any CSS necessary for your custom content */ +body #navbarFixed .navbar-brand.custom-logo { + height: 59px; + padding: 0; +} + #datasetForm\:publishButton { display:none; }