add solar
This commit is contained in:
7
static/css/nasa.css
Normal file
7
static/css/nasa.css
Normal file
@ -0,0 +1,7 @@
|
||||
span.story-related-list {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#story-list{
|
||||
display:none;
|
||||
}
|
@ -232,6 +232,12 @@ pre > code {
|
||||
padding:9px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
line-height: 2.5rem;
|
||||
padding:2rem 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 20px;
|
||||
line-height: 2rem;
|
||||
@ -1323,6 +1329,12 @@ img#sun-img-button:hover {
|
||||
background:#fff700a6;
|
||||
}
|
||||
|
||||
pre > code > span {
|
||||
padding: 20px;
|
||||
line-break: anywhere;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
@media screen and (max-width:1000px) {
|
||||
html {
|
||||
font-size: 100%;
|
||||
|
Reference in New Issue
Block a user