Skip to content
Open
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
6 changes: 3 additions & 3 deletions docs/_assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ code {

/* Styles for listing.html resource thumbnail cards */
.listing-page main {
padding: 0;
width: 90%;
margin: 0 var(--vocabulary-page-edges-space) 6em;
padding: 0 var(--vocabulary-page-edges-space);
width: 100%;
margin: 0 0 6em;
box-sizing: border-box;
}

Expand Down
12 changes: 0 additions & 12 deletions docs/_assets/vocabulary/css/vocabulary.css
Original file line number Diff line number Diff line change
Expand Up @@ -1801,18 +1801,6 @@ body > footer .license svg {

/* responsive contexts */

@media (min-width: 1500px) {
body {
width: 1500px;
margin: 0 auto;
}

body > main {
overflow-x: hidden;
}

}

@media (max-width: 1140px) {
.blog-index main footer .attribution-list ul.expand {
grid-template-columns: 1fr 1fr;
Expand Down