Add css grid todo refactor note

Looking at it, we could really use a good refactor to use the CSS
grid for the main page layout. Some considerations though:

 - The sidebar
 - The printable page view

...we'll need to make sure we account for all these things when
refactoring.
This commit is contained in:
Starbeamrainbowlabs 2019-08-28 01:07:13 +01:00
parent 6324a5b2fa
commit eb0b080b64
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@
/* #ffdb6d #36962c hsl(36, 78%, 80%) hsla(262, 92%, 68%, 0.42) */
}
/* TODO: Refactor to use the CSS grid */
body { margin: 2rem 0 0 0; background: var(--bg-back); line-height: 1.45em; color: var(--text-dark); font-family: sans-serif; }
nav { display: flex; background-color: var(--accent-a2); color: var(--accent-b1); }