Skip to content
Snippets Groups Projects
Commit 59c7e016 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Add link to fontawesome icons, css classes for the footer, fix wordpress post list component

parent d8ee6791
Branches
Tags
No related merge requests found
...@@ -12,6 +12,15 @@ img, .social-network-link { ...@@ -12,6 +12,15 @@ img, .social-network-link {
vertical-align: middle; vertical-align: middle;
} }
.social-network-link {
color: red;
}
.left-border {
padding-left: 10px;
margin-left: 5px;
}
ul { ul {
padding-left: 0px; padding-left: 0px;
margin: 0px; margin: 0px;
......
<div class="tile is-ancestor" *ngIf="posts"> <div class="tile is-ancestor" *ngIf="posts">
<div class="row"> <ng-container *ngFor="let post of posts | slice:0:3">
<div class="col-md-4" *ngFor="let post of posts | slice:0:3" style="margin-top: 20px;"> <app-wordpress-posts-list-tile class="tile is-parent" [post]='post'>
<app-wordpress-posts-list-tile class="tile is-parent" [post]='post'> </app-wordpress-posts-list-tile>
</app-wordpress-posts-list-tile> </ng-container>
</div>
</div> </div>
</div>
\ No newline at end of file
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
</head> </head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment