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.

View File

@ -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

View File

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