subhadipbhowmik / 30-Days-Of-CPP

30 days of CPP programming challenge is a step by step guide to learn CPP programming language in 30 days. Happy Coding.
https://subhadipbhowmik.github.io/30-Days-Of-CPP/
MIT License
53 stars 139 forks source link

Bug: Align Footer Content #36

Closed m3kvt closed 1 month ago

m3kvt commented 1 month ago

Describe the bug

In mobile view, the footer contents are said to be along the left margin. I would like to align it to the center to look more attractive.

Add Screenshots

Screenshot 2024-05-29 004040

Steps To Reproduce

  1. Go to Homepage
  2. Scroll down to Footer

The current behavior

The footer contents are left aligned.

The expected behavior

Footer contents are aligned center. image

m3kvt commented 1 month ago

Could you tell me where the footer code is ? I can't find it.

subhadipbhowmik commented 1 month ago

Actually It Is Built On Docusarus. So the Layout Is Designed Internally By Meta read this documentation to change the existing design click here

m3kvt commented 1 month ago

I added a css style for footer in src/css/custom.css and it works. Is this ok or should I do swizzling ? Screenshot 2024-05-29 102227

subhadipbhowmik commented 1 month ago

I added a css style for footer in src/css/custom.css and it works. Is this ok or should I do swizzling ? Screenshot 2024-05-29 102227

Ok if it's working fine then there is no need to swizzling. Could you please share the output for All Mobile As Well as Tab.

m3kvt commented 1 month ago

Ok if it's working fine then there is no need to swizzling. Could you please share the output for All Mobile As Well as Tab.

I've added that in the PR

subhadipbhowmik commented 1 month ago

Ok if it's working fine then there is no need to swizzling. Could you please share the output for All Mobile As Well as Tab.

I've added that in the PR

Ok just wait a while.