[ BUG ] Missing space in footer section
RuthwikReddy09 opened this issue · 12 comments
There is a space missing after "2017-2023" in the footer section.
Steps to Reproduce :
- Open https://www.30secondsofcode.org/
- Go to the footer section
can i get assigned to this issue if it's still open?
Is it still open can you assign it to me ?
Can I do it .
Can you assign me?
The CONTRIBUTE.md mentions we are allowed to contribute only to snippets and collections, and this is an issue in the footer section. So, we can't fix this... I think.
Yeah
If this issue is still active, I can work on it
Please assign to me
  should be added in the footer element. It stands for non breaking space, which is a space that will not break into a new line. There are a couple of more fixes too:
- CSS white-space Property: The white-space property allows you to specify how white space should be handled within an element. Ex: white-space: nowrap;
- CSS Margins, Padding and letter-spacing Property: These features can be adjusted in CSS to get the required effects.
can you assign it to me if its still on open?
To insert a non-breaking space in a paragraph element, use the HTML entity .