* style.css: style uniformisation, between small and large screens

* App.master: mainly cleans the code
additionaly, modifies the background speed for `nav`
This commit is contained in:
Paul Schneider 2015-10-02 14:58:27 +02:00
commit 1e5b0c82e2
3 changed files with 13 additions and 4 deletions

View file

@ -28,7 +28,7 @@ nav {
margin: 1em;
padding: 1em;
display: block;
background: url("/images/helix-nebula-1400x1400.s.jpg") 50% 10em no-repeat fixed ;
background: url("/images/helix-nebula-1400x1400.s.jpg") 50% 10% no-repeat fixed ;
min-height: 10em;
}
@ -283,13 +283,13 @@ input, select {
margin: .5em;
padding: .5em;
min-height: 3em;
background: url("/images/helix-nebula-1400x1400.xxs.jpg") 50% 10em no-repeat fixed ;
background: url("/images/helix-nebula-1400x1400.xxs.jpg") 50% 10% repeat fixed ;
}
main {
margin: .5em;
padding: .5em;
min-height: 7em;
background: url("/images/p8-av4.xxs.jpg") 50% 20em repeat fixed ;
background: url("/images/p8-av4.xxs.jpg") 50% 20em no-repeat fixed ;
}
footer {
margin: .5em;