1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-01 22:03:02 +00:00

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

View file

@ -50,6 +50,8 @@
/* #ffdb6d #36962c hsl(36, 78%, 80%) hsla(262, 92%, 68%, 0.42) */ /* #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; } 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); } nav { display: flex; background-color: var(--accent-a2); color: var(--accent-b1); }