fixed gitignore

This commit is contained in:
Nuno Coração 2022-09-11 00:21:18 +01:00
parent 3053f9176f
commit ae6d0d5dfb
2 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View file

@ -14,3 +14,5 @@
# Dependency directories (remove the comment below to include it) # Dependency directories (remove the comment below to include it)
# vendor/ # vendor/
node_modules node_modules
.DS_Store
.hugo_build.lock

View file

@ -1618,10 +1618,6 @@ select {
min-height: 0px; min-height: 0px;
} }
.min-h-full {
min-height: 100%;
}
.w-12 { .w-12 {
width: 3rem; width: 3rem;
} }