better description and style of the project
This commit is contained in:
@@ -52,8 +52,8 @@
|
|||||||
</figure>
|
</figure>
|
||||||
<h2 data-flex="center">projets réalisés</h2>
|
<h2 data-flex="center">projets réalisés</h2>
|
||||||
<figure class="project" id="ljdp" data-flex="vertical parent center stretch">
|
<figure class="project" id="ljdp" data-flex="vertical parent center stretch">
|
||||||
<figcaption data-flex="vertical left">
|
<figcaption class="project_description" data-flex="vertical left">
|
||||||
<p>extension wordpress affichant les articles du site sur une carte, et permettant d'affiner la selection avec des critères</p>
|
<h3>extension worpress :</h3><p>extension wordpress affichant les articles du site sur une carte, et permettant d'affiner la selection avec des critères</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>lien du site : <a href="https://2022.lejourdesprofs.org/#programme" target="_blank" rel="noopener noreferrer"></a></li>
|
<li>lien du site : <a href="https://2022.lejourdesprofs.org/#programme" target="_blank" rel="noopener noreferrer"></a></li>
|
||||||
<li>lien du code : <a href="incomming" target="_blank" rel="noopener noreferrer"></a></li>
|
<li>lien du code : <a href="incomming" target="_blank" rel="noopener noreferrer"></a></li>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
#projects figcaption {
|
#projects .project_description {
|
||||||
padding: 20px 0px;
|
padding: 20px 0px;
|
||||||
}
|
}
|
||||||
#projects figure.project {
|
#projects .project {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
}
|
}
|
||||||
#projects #ljdp iframe {
|
#projects #ljdp iframe {
|
||||||
@@ -13,3 +13,6 @@
|
|||||||
height: 660px;
|
height: 660px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#projects .project_description p {
|
||||||
|
margin: 0px 0px 10px 0px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user