Fixed some stuff
This commit is contained in:
parent
96e4c9bf2c
commit
7e90c6fb7d
1 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,7 @@ h3{
|
||||||
#buttonDiv {
|
#buttonDiv {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 170px;
|
height: 170px;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
.bitcoinQRcode{
|
.bitcoinQRcode{
|
||||||
margin:auto;
|
margin:auto;
|
||||||
|
@ -44,6 +45,12 @@ h3{
|
||||||
#worlds table, td
|
#worlds table, td
|
||||||
{
|
{
|
||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, p
|
a, p
|
||||||
|
|
Loading…
Reference in a new issue