style: fix wrong flex property for the main nav

Closes #4

Adds a .gitignore to avoid the css directory

Co-Authored-by: Igor Milhit <igor@milhit.ch>
pull/31/head
iGor milhit 2020-05-22 11:46:25 +02:00
parent c6ea77b429
commit 4b492fa427
Signed by: igor
GPG Key ID: 692D97C3D0228A99
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored 100644
View File

@ -0,0 +1,6 @@
### Sass ###
.sass-cache/
*.css.map
*.sass.map
*.scss.map
assets/css/

View File

@ -30,5 +30,5 @@
nav {
margin-right: .5em;
align-self: end;
align-self: flex-end;
}