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

Feature/design basics #29

Merged
merged 7 commits into from
Apr 25, 2024
Merged

Feature/design basics #29

merged 7 commits into from
Apr 25, 2024

Conversation

danielaKay
Copy link
Member

Several small design changes

padding-left: 20px;
}

.twig-doc-body {
padding: 15px;
//padding: 15px;
Copy link
Member

Choose a reason for hiding this comment

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

These do not comment out code in css

Suggested change
//padding: 15px;
/*padding: 20px;*/

@@ -70,11 +75,13 @@
border-radius: 20px;
}
#twig-doc-container .twig-doc-component-description {
padding: 20px;
//padding: 20px;
Copy link
Member

Choose a reason for hiding this comment

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

These do not comment out code in css

Suggested change
//padding: 20px;
/*padding: 20px;*/

@davidhoelzel davidhoelzel merged commit 7c07be3 into main Apr 25, 2024
2 checks passed
@davidhoelzel davidhoelzel deleted the feature/design-basics branch April 25, 2024 06:25
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