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

Styling changes #182

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Styling changes #182

wants to merge 2 commits into from

Conversation

ebanner
Copy link
Contributor

@ebanner ebanner commented Mar 25, 2024

This is a WIP and addresses some of the styling issues outlined in #176

Make Next Event header bigger

After

image

Before

image

Make Sponsor and Donate buttons closer to contributors image

image

@ebanner ebanner marked this pull request as draft March 25, 2024 01:39
Copy link

cloudflare-workers-and-pages bot commented Mar 25, 2024

Deploying tampadevs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1955d0e
Status: ✅  Deploy successful!
Preview URL: https://b9a7ac0e.tampadevs.pages.dev
Branch Preview URL: https://styling-fixes.tampadevs.pages.dev

View logs

@@ -131,7 +131,8 @@
.cta-sponsor-and-donate {
display: flex;
flex-wrap: wrap;
padding: 20px;
padding-left: 20px;
padding-right: 20px;
Copy link
Member

@manuelosorio manuelosorio Mar 26, 2024

Choose a reason for hiding this comment

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

You could instead do:

padding: 0 20px

or

padding-inline: 20px

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