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">
|
||||
<header>
|
||||
<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>
|
||||
<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">
|
||||
<a class="button" href="magazine/Metamorphose.pdf">
|
||||
<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;
|
||||
line-height: 0.7em;
|
||||
margin: calc(0.8em + 5vh) auto 20px;
|
||||
margin: 20px auto;
|
||||
text-align: left;
|
||||
display: flex;
|
||||
width: 5.915em;
|
||||
@ -99,6 +100,10 @@ section#galerie{
|
||||
|
||||
header {
|
||||
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{
|
||||
@ -106,6 +111,10 @@ header svg, header .button, .couleur, h2::first-letter, header a, header #altern
|
||||
color: #4C8F29;
|
||||
}
|
||||
|
||||
header #alternative_downloads{
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
header svg {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
@ -132,8 +141,7 @@ header #download {
|
||||
text-decoration: none;
|
||||
font-family: "Kiona";
|
||||
font-weight: bold;
|
||||
margin-top: 12vh;
|
||||
margin-bottom: calc(83vh - 531px);
|
||||
margin: 20px 0 15vh;
|
||||
}
|
||||
|
||||
.profil {
|
||||
|
Loading…
Reference in New Issue
Block a user