- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
Description
Describe the bug
The "Last Updated" text/element on the website is styled with an arbitrary margin-right value of 6rem (.mr-6). This styling causes the element to overflow from the page container, which is inconsistent with the styling of other sections on the website.
To Reproduce
Steps to reproduce the behavior:
- Go to any page on the website.
- Locate the "Last Updated" text/element, typically found in the footer or other sections.
- Observe that the element is given a margin-rightvalue of6rem, causing it to overflow from the page container.
Expected behavior
The "Last Updated" text/element should be styled consistently with other sections on the website, ensuring that it does not overflow from the page container. This will provide a more visually pleasing and organized layout.
On .lg screens:
Current behavior:

Additional context
This issue affects the overall appearance and layout of the website, leading to an inconsistent and less polished user experience. Correcting the styling of the "Last Updated" element will ensure that it aligns with the design and layout standards of the rest of the website, providing a more cohesive and visually appealing presentation.


