Style fixes
This commit is contained in:
parent
4907e37b70
commit
27ec20369e
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.406.31) stable; urgency=low
|
hedera-web (1.406.32) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue