From 4b492fa427d290b85b44ca5a5115eae6e0ce201f Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Fri, 22 May 2020 11:46:25 +0200 Subject: [PATCH] style: fix wrong flex property for the main nav Closes #4 Adds a .gitignore to avoid the css directory Co-Authored-by: Igor Milhit --- .gitignore | 6 ++++++ assets/scss/_header.scss | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a22fbec --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +### Sass ### +.sass-cache/ +*.css.map +*.sass.map +*.scss.map +assets/css/ diff --git a/assets/scss/_header.scss b/assets/scss/_header.scss index 42a5ed4..0a3dfe5 100644 --- a/assets/scss/_header.scss +++ b/assets/scss/_header.scss @@ -30,5 +30,5 @@ nav { margin-right: .5em; - align-self: end; + align-self: flex-end; }