]> nos-oignons.net Git - website.git/blob - assets/home.css
Leger fix pour le logo de la homepage sur ecrans etroits.
[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 #logo-home-subtext-fr {
20 }
21 #logo-home-subtext-en {
22 }
23
24 #logo-home-subtext-fr a ,
25 #logo-home-subtext-en a {
26         display: block;
27         font-weight: bold;
28         text-decoration: none;
29 }
30
31 #logo-subtexts {
32         margin-bottom: 2em;
33 }
34
35 /* #logo-home }}} */