mirror of
https://github.com/transatoshi-mw/grinminer.net.git
synced 2025-10-06 22:02:48 +00:00
updated site and fixed HTML formatting
This commit is contained in:
@@ -53,11 +53,11 @@ body {
|
||||
}
|
||||
|
||||
.responsive {
|
||||
max-width: 90%;
|
||||
max-width: 95%;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
border: #fef102 solid 4px;
|
||||
border-radius: 30px;
|
||||
margin: 10px auto 0px auto;
|
||||
border: #fef102 solid 0px;
|
||||
border-radius: 30px 30px 0px 0px;
|
||||
box-shadow:0 0 10px #fef102;
|
||||
text-align: center;
|
||||
display: block;
|
||||
@@ -80,12 +80,12 @@ body {
|
||||
font-family: monospace;
|
||||
font-size: 16px
|
||||
font-weight: 800;
|
||||
border: #fef102 solid 4px;
|
||||
border-radius: 0 0 15px 15px;
|
||||
border: #fef102 solid 0px;
|
||||
border-radius: 0 0 10px 10px;
|
||||
box-shadow: 0 0 10px #fef102;
|
||||
width: 70%;
|
||||
width: 83%;
|
||||
height: auto;
|
||||
margin: -5px auto 30px auto;
|
||||
margin: -15px auto 30px auto;
|
||||
display: block;
|
||||
text-align:center;
|
||||
padding: 0 40px 0 40px;
|
||||
@@ -99,10 +99,12 @@ body {
|
||||
|
||||
.cloud {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
width: 70%;
|
||||
margin: -30px auto 0px auto;
|
||||
height: auto;
|
||||
color: black;
|
||||
display: block;
|
||||
box-shadow: 0 0 10px #fef102;
|
||||
background-color: #fef102;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user