mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +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:
parent
6324a5b2fa
commit
eb0b080b64
1 changed files with 2 additions and 0 deletions
|
@ -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); }
|
||||||
|
|
Loading…
Reference in a new issue