]> nos-oignons.net Git - website.git/blob - assets/home.css
Fix some responsive issue on homepage.
[website.git] / assets / home.css
1 @media screen and (min-width: 45em) {
2         #logo {
3                 width: auto;
4                 height: 200px;
5                 background: url(home-logo.png) no-repeat -490px center;
6         }
7         .body-wrapper > header {background: none;}
8 }
9
10 h1.title {display: none;}
11
12 #logo-home-subtext-fr,
13 #logo-home-subtext-en {
14         font-size: 160%;
15         line-height: 1em;
16         text-align: right;
17         margin-top: 1em;
18 }
19 @media screen and (max-width: 45em) {
20         #logo-home-subtext-fr,
21         #logo-home-subtext-en {
22                 font-size: 1.3em;
23                 text-align: center;
24         }
25 }
26
27 #logo-home-subtext-fr {
28 }
29 #logo-home-subtext-en {
30 }
31
32 #logo-home-subtext-fr a ,
33 #logo-home-subtext-en a {
34         display: block;
35         font-weight: bold;
36         text-decoration: none;
37 }
38
39 #logo-subtexts {
40         margin-bottom: 2em;
41 }
42
43 /* #logo-home }}} */