amélioration responsive
parent
3311326581
commit
ddb7288d31
|
@ -664,7 +664,7 @@ header {
|
|||
}
|
||||
header h1 {
|
||||
display: inline;
|
||||
font-size: 5em;
|
||||
font-size: 3.125em;
|
||||
|
||||
}
|
||||
.header {
|
||||
|
@ -674,6 +674,7 @@ header h1 {
|
|||
border: 0;
|
||||
border-radius: 50%;
|
||||
padding: .5em;
|
||||
vertical-align: top;
|
||||
|
||||
}
|
||||
.navigation {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<header>
|
||||
<section id="titre" class="main center">
|
||||
<img class="logo" alt="mon avatar, un micket fâché, en rose et violet" src="img/avatar.svg">
|
||||
<h1 itemprop="name">iGor milhit</h1>
|
||||
<h1 itemprop="name" class="automobile">iGor milhit</h1>
|
||||
</section>
|
||||
<nav class="navigation main center">
|
||||
<ul>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<h2>Contact</h2>
|
||||
|
||||
<div class="row w100">
|
||||
<div class="col w49">
|
||||
<div class="col w49 automobile autotablet">
|
||||
<ul>
|
||||
<li><i class="fa fa-envelope-o"></i> privé : <a href="mailto:igor@milhit.ch" title="m'écrire" itemprop="email">igor@milhit.ch</a></li>
|
||||
<li><i class="fa fa-home"></i> : Ch. des Clochettes 16, 1206 Genève [<i class="fa fa-map-marker"></i> <a href="http://osm.org/go/0CFtAk9Rb?m=" title="Situation sur OpenStreetMap">carte</a>]</li>
|
||||
|
@ -44,8 +44,8 @@
|
|||
<li>empreinte : <code>9347 2713 B56F 31D4 724A 8972 3E9D 7C16 05E4 0FCD</code></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col w2 gut"></div>
|
||||
<div class="col w49">
|
||||
<div class="col w2 gut nomobile"></div>
|
||||
<div class="col w49 automobile autotablet">
|
||||
<ul>
|
||||
<li><i class="fa fa-envelope"></i> prof. : <a href="mailto:igor.milhit@hesge.ch" title="m'écrire sur mon e-mail professionnel" itemprop="email">igor.milhit@hesge.ch</a></li>
|
||||
<li><i class="fa fa-building"></i> : Rue de la Tambourine 17, 1227 Carouge [<i class="fa fa-map-marker"></i> <a href="http://osm.org/go/0CFm8oMak--?m=" title="Situation sur OpenStreetMap">carte</a>]</li>
|
||||
|
|
Loading…
Reference in New Issue