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

feat(faq): add faq page #6

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

feat(faq): add faq page #6

wants to merge 1 commit into from

Conversation

aesteves60
Copy link
Owner

No description provided.

Signed-off-by: Alexandre Esteves <[email protected]>
@@ -0,0 +1,11 @@
.faq {
display: grid;
grid-template-rows: 100px 1fr;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grid-template-rows: max-content 1fr; should be enough as you don't need to explicitly define a height for the title, let it take the space it needs

@@ -3,7 +3,7 @@ import path from 'path';

// https://vitejs.dev/config/
export default defineConfig({
base: 'ods-playground-vanilla/',
// base: 'ods-playground-vanilla/',
Copy link
Collaborator

@dpellier dpellier Dec 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

careful if you want gh-pages to work

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.

2 participants