8000 Align images for multiline titles in CS section by ernestofgonzalez · Pull Request #608 · numpy/numpy.org · GitHub
[go: up one dir, main page]

Skip to content

Align images for multiline titles in CS section #608

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove auto bottom margin
  • Loading branch information
ernestofgonzalez committed Oct 29, 2022
commit 592b23ec1a99bba56e12a6eee36e751d15e95e1d
2 changes: 1 addition & 1 deletion assets/css/casestudies.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}

.casestudies-box-text {
margin: 30px 15px auto 15px;
margin: 30px 15px;
font-size: 14px;
}

Expand Down
0