diff --git a/.gitignore b/.gitignore index 4973704..0c87ea3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ .git/ public/ +output/ diff --git a/sass/style.scss b/sass/style.scss index 0161e3f..8847900 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -17,8 +17,11 @@ body { outline-style: solid; outline-width: 2px; outline-color: #8CD7AA; - outline-offset: -50px; + outline-offset: -40px; + //padding padding: 0.5em 0.7em 0.5em; + + //padding: 10%; } @@ -70,4 +73,8 @@ a:active { //padding: 1px 0.5em 1px; } - +html, body { + height: auto; + margin: auto; + padding: 5% 0; +} diff --git a/templates/base.html b/templates/base.html index d6ec305..3fe7839 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,8 +12,9 @@
{% block content %} {% endblock %} -
-
+ +
+
homeprojectsblog
diff --git a/templates/index.html b/templates/index.html index bcbd543..3180ee2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,6 +21,7 @@ Hey I'm Gallant, I work with mostly Rust.
  • lemon
  • famfo
  • missing
  • +
  • God
  • {% endblock content %}