diff --git a/docs/assets/css/blog.css b/docs/assets/css/blog.css index b1b9c2c..616cf69 100644 --- a/docs/assets/css/blog.css +++ b/docs/assets/css/blog.css @@ -1 +1 @@ -body{background-color:#121212;color:snow}div.console{background-color:darkslategrey;color:snow;padding-left:10px;padding-top:10px;padding-bottom:10px;border-radius:15px}div.outerDiv{padding-left:50px;padding-right:50px}a{color:lightseagreen} +body{background-color:#121212;color:snow}div.console{background-color:darkslategrey;color:snow;padding-left:10px;padding-top:10px;padding-bottom:10px;margin-top:5px;margin-bottom:5px;border-radius:15px}div.outerDiv{padding-left:50px;padding-right:50px}a{color:lightseagreen} diff --git a/docs/feed.xml b/docs/feed.xml index 0779fd5..e9742e4 100644 --- a/docs/feed.xml +++ b/docs/feed.xml @@ -1,4 +1,4 @@ -Jekyll2022-09-21T17:03:07+02:00/feed.xmlMr.Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages2022-09-20T00:00:00+02:002022-09-20T00:00:00+02:00/2022/09/20/how-to-create-githubpage<div class="outerDiv"> +Jekyll2022-09-21T17:06:55+02:00/feed.xmlMr.Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages2022-09-20T00:00:00+02:002022-09-20T00:00:00+02:00/2022/09/20/how-to-create-githubpage<div class="outerDiv"> <div id="prerequisits"> <h3>Prerequisits</h3> Install <a href="https://git-scm.com/downloads" target="_blank">Git</a><br> diff --git a/localdocs/_sass/blog.scss b/localdocs/_sass/blog.scss index 8402b77..c72a23e 100644 --- a/localdocs/_sass/blog.scss +++ b/localdocs/_sass/blog.scss @@ -9,6 +9,8 @@ div.console { padding-left: 10px; padding-top: 10px; padding-bottom: 10px; + margin-top: 5px; + margin-bottom: 5px; border-radius: 15px; }