From 27ec20369eddca19c0f586ed6b7299cab4738613 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 12 Feb 2019 17:21:19 +0100 Subject: [PATCH] Style fixes --- debian/changelog | 2 +- forms/ecomerce/catalog/style.css | 11 +++++++---- package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index c3707745..4f7962fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.406.31) stable; urgency=low +hedera-web (1.406.32) stable; urgency=low * Initial Release. diff --git a/forms/ecomerce/catalog/style.css b/forms/ecomerce/catalog/style.css index 062f891c..30d6b8dd 100644 --- a/forms/ecomerce/catalog/style.css +++ b/forms/ecomerce/catalog/style.css @@ -75,12 +75,15 @@ color: #777; font-size: 1.1em; } +.right-panel .realms > div > div +{ + text-align: center; +} .right-panel .realms a { - display: block; - float: left; - width: 25%; - padding: .5em; + display: inline-block; + width: 30%; + padding: .6em; box-sizing: border-box; } .right-panel .realms a:hover diff --git a/package.json b/package.json index 961ae860..6070c2c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.406.31", + "version": "1.406.32", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {