From 2f032579f9f8f7c95c2dc634ca44625a782ee623 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Fri, 23 Sep 2022 16:59:30 +0200 Subject: [PATCH] improved CSS --- .../geoportaldataentry/client/ui/GeonaMainTabPanel.ui.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/org/gcube/portlets/user/geoportaldataentry/client/ui/GeonaMainTabPanel.ui.xml b/src/main/java/org/gcube/portlets/user/geoportaldataentry/client/ui/GeonaMainTabPanel.ui.xml index 4de55e9..d8f016e 100644 --- a/src/main/java/org/gcube/portlets/user/geoportaldataentry/client/ui/GeonaMainTabPanel.ui.xml +++ b/src/main/java/org/gcube/portlets/user/geoportaldataentry/client/ui/GeonaMainTabPanel.ui.xml @@ -16,6 +16,10 @@ border: 1px solid #eee; } + .custom-page-header h1 { + font-size: 32px; + } + .margin-top-5 { margin-top: 5px !important; }