@import url("./font/font.css"); html, body { margin: 0; background-color: #fefff8; color: #6b64c3; font-family: Arial, Helvetica, sans-serif; font-family: Grotezk; text-decoration: none; font-size: 1.25rem; line-height: 1.4; box-sizing: border-box; /*green is #69781C purple is #6B64C3*/ } a { text-decoration: underline currentColor dotted 2px; color: currentColor; } /* HEADER */ header { width: 100%; height: 100vh; padding: 0; margin: 0; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background-color: #6b64c3; color: #fefff8; } header h1 { font-size: clamp(64px, 1rem + 8vw, 256px); font-family: Bluu; font-weight: bold; margin: 0; margin-bottom: 16px; } header .issue { font-size: clamp(14px, 1rem + 1vw, 20px); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(10deg); border: 2px solid currentColor; background-color: #fefff8; color: #6b64c3; padding: 16px; } .issue .current { text-align: left; } .issue h2 { margin: 8px 0; } main { display: flex; margin: 0; line-height: 1.4; } main > * { padding: 24px; margin: 0; } .documentation { flex-basis: 33vw; flex-shrink: 0; } /* DESCRIPTION */ .description { margin: 32px 0; } .description h2 { margin: 0; } .description p { margin-top: 16px; } /* UPDATE CARDS */ .updates { margin-top: 64px; } .updates > * + * { margin-top: 48px; } .update { /* background: linear-gradient(rgba(107, 100, 195, 0.1), rgba(107, 100, 195, 0)); */ padding-left: 16px; border-left: 2px dashed #ada9e0; } .update .date { margin: 0; font-size: 1rem; } .update .title { margin: 8px 0; } .update .media { width: 100%; margin: 24px 0; } .update figcaption, .update .caption { margin: 0; margin-top: 8px; font-size: 1rem; font-style: italic; } .media img, .media video { width: 100%; height: 100%; /* border: 2px solid #d4d3ee; */ } .update .text { margin: 0; margin-top: 16px; white-space: break-spaces; } /* LYRICS */ .lyrics { flex-grow: 1.2; font-size: 48px; font-family: Bluu; color: #ada9e0; } .lyrics p { text-indent: 6ch; } .karaoke { color: #6b64c3; } /* .lyrics { margin: 0; flex-basis: 60%; overflow-y: scroll; overflow-x: hidden; padding: 1em; } .documentation { flex-basis: 40%; overflow-y: scroll; padding: 1em; margin: 0; overflow-y: scroll; } h3 { font-family: Bluu; font-weight: regular; font-size: 2em; } p { margin: 2em auto; width: 90%; font-size: 1.2em; } .documentation img { width: 90%; margin: 1em auto; object-fit: contain; } */ @media (max-width: 991.98px) { header .issue { position: relative; top: auto; left: auto; transform: none; background-color: transparent; color: #fefff8; border: none; border-radius: 0; } .issue .current { text-align: center; } }