Added git logo
This commit is contained in:
parent
1a2f9c81a1
commit
a9b29e4967
@ -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;
|
||||
|
@ -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.
|
||||
|
||||
|
@ -109,6 +109,9 @@ $ArticleFinalMargins: #{$ArticleBorderWidth + $ArticleBorderRadius};
|
||||
margin: auto;
|
||||
height: 1em;
|
||||
}
|
||||
img.left{
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
h2{
|
||||
|
Loading…
Reference in New Issue
Block a user