Skip to content

Commit

Permalink
restore Vocabulary file to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Nov 5, 2024
1 parent d1a0349 commit 63a13cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/static/vocabulary/css/vocabulary.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ EX:
/* typography */

body {
display: grid;
grid-template-columns: 5% 3% 6% 6% 15% 30% 15% 6% 6% 3% 5%;
overflow-x: hidden;

font-weight: 400;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -796,7 +800,7 @@ body > header .masthead {
}

body > header .masthead h1 {
margin: 0 0 0 3rem;
margin: 0;
}

/* allows the child identity-logo element to have a focus state */
Expand Down Expand Up @@ -943,7 +947,6 @@ body > header .ancilliary-menu {
top: 0;
/* right: var(--vocabulary-page-edges-space); */
right: 0;
margin-right: 4rem;

font-family: "Source Sans Pro";
font-style: normal;
Expand Down

0 comments on commit 63a13cf

Please sign in to comment.