Style fixes

This commit is contained in:
Juan Ferrer 2019-02-12 17:21:19 +01:00
parent 4907e37b70
commit 27ec20369e
3 changed files with 9 additions and 6 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.31) stable; urgency=low hedera-web (1.406.32) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -75,12 +75,15 @@
color: #777; color: #777;
font-size: 1.1em; font-size: 1.1em;
} }
.right-panel .realms > div > div
{
text-align: center;
}
.right-panel .realms a .right-panel .realms a
{ {
display: block; display: inline-block;
float: left; width: 30%;
width: 25%; padding: .6em;
padding: .5em;
box-sizing: border-box; box-sizing: border-box;
} }
.right-panel .realms a:hover .right-panel .realms a:hover

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.406.31", "version": "1.406.32",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {