This commit is contained in:
Adrien 2019-02-18 15:08:29 +01:00
parent c4177f1f10
commit 93870abf04
4 changed files with 29 additions and 5 deletions

View File

@ -63,6 +63,10 @@ h2{
font-weight: 600;
font-size: 17px;
}
.title-second{
font-weight: 400;
font-size: 17px;
}
.contenue{
height: 285vh;
@ -302,7 +306,21 @@ input {outline: none}
background-color: white;
padding: 45px;
}
.author{
margin-top: 25px;
display: flex;
flex-flow: row wrap;
}
.by{
margin-left: 20px;
margin-top: 12px;
}
.name{
margin-bottom: 6px;
}
.job{
font-size: 12px;
}
.bloc-filter{
width: 25%;
height: 500px;
@ -311,6 +329,7 @@ input {outline: none}
background-size: cover;
box-shadow: 1px 1px 30px 1px lightgrey;
float: right;
padding: 45px;
}
.post .text{
font-size: 14px;

View File

@ -30,10 +30,18 @@
</div>
<div class="credit">
<h3>Auteur</h3>
<div class="author">
<a><tag type="svg" file="avatar" style="color: white; height: 64px"/></a>
<div class="by">
<h3 class="name">Adrien Huchet</h3>
<h3 class="job">Apprenant IT START</h3>
</div>
</div>
</div>
</div>
<div class="bloc-filter">
<p class="title-second">Plus d'articles</p>
</div>
</main>

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 107.4 106.4" style="enable-background:new 0 0 107.4 106.4;" xml:space="preserve">
viewBox="0 0 107.4 106.4" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:none;stroke:#FFFFFF;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:10;}

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -40,7 +40,6 @@
<path class="st0" d="M663.5,158c2,0,3.9,0,5.9,0c0.8,0,1.2,0.2,1.2,1c-0.1,2-0.1,3.8,0,5.8c0,0.7-0.3,0.9-1.1,0.9c-4,0-8,0-12,0
c-0.7,0-1.1-0.1-1.1-0.9c0.1-2,0.1-3.9,0-5.9c0-0.7,0.3-0.9,1-0.9C659.5,158,661.6,158,663.5,158z"/>
</g>
<rect x="497.6" y="173.6" class="st1" width="51.3" height="42"/>
<g class="st2">
<path class="st0" d="M515.2,186.2l-1.3,1.5c1.5,0.1,2.8,0.3,4,0.5c1.2,0.2,2.3,0.5,3.3,0.8s1.9,0.6,2.6,0.9c2.7,1.1,4,2.7,4,4.6
c0,1.2-0.6,2.4-1.7,3.6c-1.1,1.2-2.5,2.2-4.3,3.1c-1.8,0.9-3.6,1.6-5.5,2.1c-1.9,0.5-3.6,0.8-5.1,0.8c-2.6,0-4.5-0.5-6-1.4

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB