Added git logo

This commit is contained in:
Crom (Thibaut CHARLES) 2020-09-08 15:21:13 +02:00
parent 1a2f9c81a1
commit a9b29e4967
Signed by: tcharles
GPG Key ID: 45A3D5F880B9E6D0
3 changed files with 7 additions and 1 deletions

View File

@ -276,6 +276,9 @@ nav#top:hover, nav#top:active {
margin: auto;
height: 1em;
}
#section-main article h1:first-child img.left {
float: left;
}
#section-main article h2 {
margin: 0-24px;
padding: 0.4em 24px;

View File

@ -124,7 +124,7 @@ The game received a lot of very **positive feedback**. There is no official rank
<article>
# git shard <img title="Personal project" src="/img/perso.svg"/>
# <img class="left" src="/img/git.png"/> git shard <img title="Personal project" src="/img/perso.svg"/>
Git-shard is a **git extension** designed to help publish multiple small repositories (shards) from one single git private repository.

View File

@ -109,6 +109,9 @@ $ArticleFinalMargins: #{$ArticleBorderWidth + $ArticleBorderRadius};
margin: auto;
height: 1em;
}
img.left{
float: left;
}
}
h2{