Merge branch 'master' of https://git.jean-cloud.net/adrian/metamorphose.git
This commit is contained in:
parent
fe072bd6fd
commit
497a76d0a3
@ -15,8 +15,10 @@
|
|||||||
|
|
||||||
<body id="body">
|
<body id="body">
|
||||||
<header>
|
<header>
|
||||||
<h1><div>Méta</div><div>morph<span class="couleur">o</span>se</div></h1>
|
<div>
|
||||||
<h4><span class="couleur">Manifeste de mode de seconde main,</span> Manifeste pour la mode de demain.</h4>
|
<h1><div>Méta</div><div>morph<span class="couleur">o</span>se</div></h1>
|
||||||
|
<h4><span class="couleur">Manifeste de mode de seconde main,</span> Manifeste pour la mode de demain.</h4>
|
||||||
|
</div>
|
||||||
<div id="download">
|
<div id="download">
|
||||||
<a class="button" href="magazine/Metamorphose.pdf">
|
<a class="button" href="magazine/Metamorphose.pdf">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="5 1 170 170">
|
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="5 1 170 170">
|
||||||
|
12
src/main.css
12
src/main.css
@ -32,6 +32,7 @@ h1 {
|
|||||||
letter-spacing: -0.047619047619047616em;
|
letter-spacing: -0.047619047619047616em;
|
||||||
line-height: 0.7em;
|
line-height: 0.7em;
|
||||||
margin: calc(0.8em + 5vh) auto 20px;
|
margin: calc(0.8em + 5vh) auto 20px;
|
||||||
|
margin: 20px auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 5.915em;
|
width: 5.915em;
|
||||||
@ -99,6 +100,10 @@ section#galerie{
|
|||||||
|
|
||||||
header {
|
header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
min-height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-evenly;
|
||||||
}
|
}
|
||||||
|
|
||||||
header svg, header .button, .couleur, h2::first-letter, header a, header #alternative_downloads{
|
header svg, header .button, .couleur, h2::first-letter, header a, header #alternative_downloads{
|
||||||
@ -106,6 +111,10 @@ header svg, header .button, .couleur, h2::first-letter, header a, header #altern
|
|||||||
color: #4C8F29;
|
color: #4C8F29;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header #alternative_downloads{
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
header svg {
|
header svg {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
@ -132,8 +141,7 @@ header #download {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: "Kiona";
|
font-family: "Kiona";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 12vh;
|
margin: 20px 0 15vh;
|
||||||
margin-bottom: calc(83vh - 531px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.profil {
|
.profil {
|
||||||
|
Loading…
Reference in New Issue
Block a user