Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Update landing page to use bootstrap instead of tailwind #4942

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sukhpreet-s
Copy link
Contributor

@Sukhpreet-s Sukhpreet-s commented Jan 23, 2025

WIP

Resolves #4395

Description

Bootstrap does not have style classes equivalent to Tailwind's classes. These will need to be implemented in an SCSS stylesheet. Example:

  1. Changing font size on smaller screens. (Tailwind class: text-lg lg:text-3xl)
  2. max-width (bootstrap only has 25%, 50%, 75%, and 100% options)

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Screenshots

First section before/after

Before:

After:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rework landing page to use bootstrap instead of tailwind
1 participant