learnmonkey / learnmonkey.github.io

Learnmonkey Website
https://learnmonkey.github.io
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Tutorial navigation going through footer #13

Closed ghost closed 2 years ago

ghost commented 2 years ago

The tutorial navigation is going though the footer. Also, line breaks won't help because the tutorial list will keep growing, thus going into the footer again. Any ideas of how it happened?

MonkeyED commented 2 years ago

<br> can help but it isn't a good fix, perhaps css margins?

ghost commented 2 years ago

@MonkeyED Have you figured out what was wrong with the footer?

MonkeyED commented 2 years ago

no, but <br> does work so i feel like its the margins or something

ghost commented 2 years ago

Margins? Hm. Might work. Let's try it.

MonkeyED commented 2 years ago

or its just how we goofed the includes things

MonkeyED commented 2 years ago

possibly...

MonkeyED commented 2 years ago

i've commited a margin test, but ill fix this issue!

ghost commented 2 years ago

GitHub pages prob gonna take awhile

ghost commented 2 years ago

Oh, and if the margins don't work, try padding

ghost commented 2 years ago

Wait....the tutorial list was created using Bootstrap. What if we replaced the bootstrap list with an equivalent pure css list?

ghost commented 2 years ago

Or is that too much work?

ghost commented 2 years ago

thanks @MonkeyED !