fix: Width and Height is not a good solution for responsive design
This commit is contained in:
		@@ -7,7 +7,7 @@ weight: 3
 | 
			
		||||
 | 
			
		||||
{{< grid class="-middle" >}}
 | 
			
		||||
  {{< cell class="-4of12 -center" >}}
 | 
			
		||||
    <img src="./accueil/apropos.png" alt="Le livre" width="180" height="180" />
 | 
			
		||||
    <img src="./accueil/apropos.png" alt="Le livre" width="180" />
 | 
			
		||||
  {{< /cell >}}
 | 
			
		||||
  {{< cell class="-8of12 " markdown="true" >}}
 | 
			
		||||
Après des études de graphisme, je suis embauchée en tant que graphiste chez *Five*, une agence de communication spécialisée dans le domaine de la beauté et l’édition. Le 6 novembre 2008, j’ai dû arrêter mon travail pendant plusieurs mois suite à l’histoire que je m’apprête à vous raconter :). Je me suis alors noyée dans l’illustration ! Quel bonheur !
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 | 
			
		||||
{{< grid class="-middle" >}}
 | 
			
		||||
  {{< cell class="-6of12 -center" >}}
 | 
			
		||||
    <img src="./accueil/bienvenue.png" alt="Le livre" width="480" height="235" />
 | 
			
		||||
    <img src="./accueil/bienvenue.png" alt="Le livre" width="480" />
 | 
			
		||||
  {{< /cell >}}
 | 
			
		||||
  {{< cell class="-6of12" markdown="true" >}}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
            {{ if $src }}
 | 
			
		||||
              {{ $image := $src.Fill "432x300 Center" }}
 | 
			
		||||
              {{ $alt := index .Params "image_title" | default (index .Params "title") }}
 | 
			
		||||
              <img src="{{ $image.RelPermalink }}" alt="{{ $alt }}" width="432" height="300" />
 | 
			
		||||
              <img src="{{ $image.RelPermalink }}" alt="{{ $alt }}" />
 | 
			
		||||
            {{ end }}
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="card-body cell -7of12">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user