Commit Graph

5 Commits

Author SHA1 Message Date
Elf M. Sternberg d01e184f34 Merge remote-tracking branch 'refs/remotes/origin/master'
* refs/remotes/origin/master:
  Still mucking with the width calculations.
2022-04-25 13:24:52 -07:00
Elf M. Sternberg 0a543d02aa Trying to get the section looking good. 2022-04-25 13:24:39 -07:00
Elf M. Sternberg 2b7957d99e Still mucking with the width calculations. 2022-04-25 13:23:20 -07:00
Elf M. Sternberg 171ae2214a Start the CSS design
Gonna go for the liquid scaling, but I think I'm gonna need a spreadsheet for
all the calculations I want to do. Given I have a min 360 and a max 960
width (is that even reasonable?) and I want a maximum text width of 30 ems, I
think I could write a spreadsheet that could calculate all of the margins and
clamp them.

It's annoying that I have to calc(clamp()) to keep Sass from fucking with me,
but at least it's do-able.  Maybe as a separate CSS file?
2022-04-24 21:38:29 -07:00
Elf M. Sternberg 0c8765a514 First check-in of "Elf's Notes"
This is the initial checkin of my notes site. It's mostly a cheat-sheet format,
with two different strands:

1. A reference sheet of commands in the order that matters to *me*, i.e. the
   things I use most, or forget most often, appear at the top of the documents.

2. A collection of recipes for getting common tasks completed.  Basically, my
   cookbook of things that I care about
2022-04-24 17:22:51 -07:00