Cleanup bootstrap

This commit is contained in:
djmaze 2020-09-01 21:50:17 +02:00
parent 1802dda136
commit eb5fb5342e
34 changed files with 192 additions and 3044 deletions

View file

@ -12,9 +12,6 @@
}
// Toggling content
.hide {
display: none;
}
.show {
display: block;
}