responsive landing page
This commit is contained in:
parent
f5678270c5
commit
1764cf3bdb
|
@ -48,3 +48,16 @@
|
||||||
font-size: 3.5em;
|
font-size: 3.5em;
|
||||||
padding: 0 .07em;
|
padding: 0 .07em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
.landing.page {
|
||||||
|
position: fixed;
|
||||||
|
|
||||||
|
margin: 0;
|
||||||
|
padding: 50% 0 0 0;
|
||||||
|
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
|
/*background-color: blue;*/
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -66,6 +66,12 @@ a.fsText {
|
||||||
|
|
||||||
transform: translate(-50%, 0);
|
transform: translate(-50%, 0);
|
||||||
}
|
}
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
.page {
|
||||||
|
width: 100%;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.page .textPanel .separator {
|
.page .textPanel .separator {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
4
todo.md
4
todo.md
|
@ -6,9 +6,9 @@
|
||||||
* [x] title left (no trail)
|
* [x] title left (no trail)
|
||||||
* [x] page links right (no prefix)
|
* [x] page links right (no prefix)
|
||||||
* [ ] text bigger
|
* [ ] text bigger
|
||||||
* [ ] landing page
|
* [-] landing page
|
||||||
|
* [x] central
|
||||||
* [ ] smaller
|
* [ ] smaller
|
||||||
* [ ] central
|
|
||||||
* [ ] about
|
* [ ] about
|
||||||
* [ ] narrow text
|
* [ ] narrow text
|
||||||
* [ ] hope -> use
|
* [ ] hope -> use
|
||||||
|
|
Loading…
Reference in New Issue