Merge pull request #2 from yogsototh/css-fix2

fix css / html
This commit is contained in:
Luc 2018-01-24 10:55:38 +01:00 committed by GitHub
commit fb86448a5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 5 deletions

View file

@ -182,4 +182,8 @@ img {
margin-top: 10px; }
.timeline-img-header {
background: #3F51B5; }
background: #3F51B5;
padding-top: 40px; }
.timeline-img-header img {
margin-bottom: 20px;
max-height: 50%; }

View file

@ -60,9 +60,11 @@
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content js--fadeInLeft">
<div class="timeline-content timeline-card js--fadeInLeft">
<div class="timeline-img-header">
<h2>Meetup CNCF</h2>
<img src="./images/cncf.png"/>
<img src="./images/cncf.png">
</div>
<div class="date">29 janvier 2018</div>
<p><b>Cédric Lamorinière</b> et <b>David Benque</b> vous présenterons <b>Prometheus</b> une solution de monitoring pour le système et les applications</p>
<a class="bnt-more" href="https://www.meetup.com/fr-FR/CNCF-Cloud-Native-Computing-Sophia-Antipolis/events/246424155/">More</a>

View file

@ -289,5 +289,6 @@ blockquote {
img { max-width: 100%;
margin-top: 10px;}
.timeline-img-header { background: #3F51B5;
}
padding-top: 40px;
img { margin-bottom: 20px; max-height: 50%;}
}