From a9b29e4967b5f7a2f845d34c45f43c2581e04ed0 Mon Sep 17 00:00:00 2001 From: "Crom (Thibaut CHARLES)" Date: Tue, 8 Sep 2020 15:21:13 +0200 Subject: [PATCH] Added git logo --- css/main.css | 3 +++ pages/projects.md | 2 +- scss/section.scss | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 81ef2e9..7fba28a 100644 --- a/css/main.css +++ b/css/main.css @@ -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; diff --git a/pages/projects.md b/pages/projects.md index 5a71803..5232fd3 100644 --- a/pages/projects.md +++ b/pages/projects.md @@ -124,7 +124,7 @@ The game received a lot of very **positive feedback**. There is no official rank
-# git shard +# git shard Git-shard is a **git extension** designed to help publish multiple small repositories (shards) from one single git private repository. diff --git a/scss/section.scss b/scss/section.scss index f4e966e..05486e7 100644 --- a/scss/section.scss +++ b/scss/section.scss @@ -109,6 +109,9 @@ $ArticleFinalMargins: #{$ArticleBorderWidth + $ArticleBorderRadius}; margin: auto; height: 1em; } + img.left{ + float: left; + } } h2{