/* * { */ /* outline: black 1px solid; */ /* } */ body { background: #fafafa; /* There's fa and there's antifa! */ } a { text-decoration: none; color: #444; } a:hover, a:active { text-decoration: underline; } .container hr { border: 1px solid #343434; width: 100%; } .container { display: grid; max-width: 120ch; margin: 2em; } .tagline-container { display: grid; grid-template-columns: 1fr 8fr 1fr; grid-auto-flow: column; align-items: center; } .tagline-container > h1, .tagline-container > p { margin: 0; } .starbox { grid-row-start: 1; grid-row-end: 3; grid-gap: 0.5em; display: flex; flex-direction: column; } .repo-logo { justify-self: center; align-self: center; grid-row-start: 1; grid-row-end: 3; max-width:230px; max-height:100px; } .subheader { padding-top: 1em; align-items: center; justify-items: center; display: grid; grid-template-columns: repeat(6, 1fr); } .repo-navigation { display: flex; flex-wrap: wrap; justify-content: space-evenly; background: #DDD; } .repo-navigation > .nav-item { padding: 0.25em 2em; }