diff --git a/src/css/vocabulary.css b/src/css/vocabulary.css index ffb0c59..b5cdf10 100644 --- a/src/css/vocabulary.css +++ b/src/css/vocabulary.css @@ -1568,7 +1568,7 @@ body > footer .license svg { .search-index .search-form form input { flex: 1; - width: 100%; + /* width: 100%; */ height: 4em; padding: .2em 1em; @@ -1831,6 +1831,10 @@ body > footer .license svg { flex-wrap: wrap; } + main > .posts { + grid-column: 4 / span 5; + } + main article.posts.related ul { grid-template-columns: 1fr 1fr; } @@ -1946,14 +1950,21 @@ body > footer .license svg { margin-bottom: 5em; } + main > header > *{ + margin: 0 var(--vocabulary-page-edges-space); + } + + main > header h1{ + width: auto; + } + main > header:before { left: 0; } - .posts article figure { + .posts .post figure { width: 100%; flex: initial; - } .team-index main > header { padding: 0 5%; @@ -1990,7 +2001,6 @@ body > footer .license svg { main nav.pagination ol li { line-height: 250%; - } } @media (max-width: 580px) { @@ -2039,4 +2049,4 @@ body > footer .license svg { body > header .ancillary-menu button:before, body > header .ancillary-menu a:before { display: none; } -} +} \ No newline at end of file