fix
This commit is contained in:
@ -2,6 +2,11 @@
|
||||
padding: 100px 250px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.sun-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width:1000px) {
|
||||
.containerx {
|
||||
padding: 0;
|
||||
|
@ -44,7 +44,11 @@ article {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
footer#footer {
|
||||
.stars {
|
||||
background: #313131;
|
||||
}
|
||||
|
||||
footer.footer {
|
||||
/* margin-top:100px; */
|
||||
text-align: center;
|
||||
height:60px;
|
||||
@ -55,6 +59,20 @@ footer#footer {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
footer.footer a {
|
||||
color: #fff700;
|
||||
}
|
||||
|
||||
footer#footer {
|
||||
text-align: center;
|
||||
height:60px;
|
||||
padding-top:100px;
|
||||
color: #fff700;
|
||||
font-size: 20px;
|
||||
background-color:#313131;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
footer#footer a {
|
||||
color: #fff700;
|
||||
}
|
||||
@ -366,10 +384,6 @@ header#header {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.stars {
|
||||
background: #313131;
|
||||
}
|
||||
|
||||
#minimap {
|
||||
display: none;
|
||||
}
|
||||
@ -1280,6 +1294,26 @@ button.comment_open:hover {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
.sun {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.nasa {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sun-button {
|
||||
position: absolute;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
.sun-button img {
|
||||
width: 50%;
|
||||
}
|
||||
img#sun-img-button:hover {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
@media screen and (max-width:1000px) {
|
||||
html {
|
||||
font-size: 100%;
|
||||
|
Reference in New Issue
Block a user