shrink solar system
This commit is contained in:
parent
1764cf3bdb
commit
962095a0f2
|
@ -54,10 +54,8 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 50% 0 0 0;
|
padding: 20% 0 0 0;
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
/*background-color: blue;*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,14 @@
|
||||||
/*background-color: var(--background);*/
|
/*background-color: var(--background);*/
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
.planets {
|
||||||
|
height: 100vmax;
|
||||||
|
width: 100vmax;
|
||||||
|
|
||||||
|
transform: scale(0.5) translate(50%, 50%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.planet {
|
.planet {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
4
todo.md
4
todo.md
|
@ -12,8 +12,8 @@
|
||||||
* [ ] about
|
* [ ] about
|
||||||
* [ ] narrow text
|
* [ ] narrow text
|
||||||
* [ ] hope -> use
|
* [ ] hope -> use
|
||||||
* [ ] solar system
|
* [x] solar system
|
||||||
* [ ] smaller
|
* [x] smaller
|
||||||
* [ ] gallery
|
* [ ] gallery
|
||||||
* [ ] column too thin
|
* [ ] column too thin
|
||||||
* [ ] features
|
* [ ] features
|
||||||
|
|
Loading…
Reference in New Issue