responsive landing page
This commit is contained in:
parent
f5678270c5
commit
1764cf3bdb
|
@ -48,3 +48,16 @@
|
|||
font-size: 3.5em;
|
||||
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);
|
||||
}
|
||||
@media only screen and (max-width: 600px) {
|
||||
.page {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.page .textPanel .separator {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue