diff --git a/assets/static/vocabulary/css/vocabulary.css b/assets/static/vocabulary/css/vocabulary.css index 7725e563..678fe3b6 100644 --- a/assets/static/vocabulary/css/vocabulary.css +++ b/assets/static/vocabulary/css/vocabulary.css @@ -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; @@ -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 */ @@ -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;