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
Next Next commit
Set height to double of line-height
  • Loading branch information
ernestofgonzalez committed Oct 29, 2022
commit a35bc5c38faa6d1a311d32d56729d1c675dcb841
4 changes: 3 additions & 1 deletion assets/css/casestudies.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
}

.casestudies-box-title {
line-height: 1.5em;
height: 3.0em;
margin: 15px;
font-size: 16px;
text-transform: uppercase;
Expand All @@ -45,7 +47,7 @@
}

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

Expand Down
0