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

[WIP] Improve alignment of statement categories on vocab page; fixes #287 #288

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions css/rights-site.css
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,11 @@ small,

/* --- statements --- */

.statements-categories {
display: flex;
align-items: flex-end;
}

.statements-category-teaser {
padding: 1em 3em 2em 3em;
}
Expand Down
2 changes: 1 addition & 1 deletion en/statements/vocab.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The rights statements have been specifically developed for the needs of cultural
<div class="box">
## Three Categories of Rights Statements

<div class="row" markdown="0">
<div class="row statements-categories" markdown="0">
<div class="medium-4 columns">
<div class="statements-category-teaser">
<a href="#collection-ic"><h3>In Copyright</h3></a>
Expand Down