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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.406.31",
|
||||
"version": "1.406.32",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue