Kevin MacMartin
|
14171a22b6
|
Rename px2rem to pxrem so it's easier to type frequently, add comments to both sass functions explaining what they do and how to use them, and don't include units where it's used so it's understood that it's not expected elsewhere (hopefully this makes it a bit less of a pain to type out)
|
2019-05-12 21:27:55 -04:00 |
|
Kevin MacMartin
|
9f8e83624a
|
Use px2rem for px values other than border width and 0px for vertical/horizontal positioning to allow the site to be scaled by overriding the font size in html
|
2019-05-04 00:22:56 -04:00 |
|
Kevin MacMartin
|
6b3bbcc1a9
|
Use rem and a base size for fonts so we can globally change them if necessary
|
2019-05-03 00:32:48 -04:00 |
|
Kevin MacMartin
|
3419f8d789
|
Show the image after the text on blog posts at viewport widths where text and image are shown horizontally together so the titles for posts with images are lined up with titles for posts without them
|
2018-04-29 23:30:47 -04:00 |
|
Kevin MacMartin
|
1646479448
|
Center blog titles so they don't look randomly aligned
|
2018-04-26 20:35:24 -04:00 |
|
Kevin MacMartin
|
a9aca7d4fe
|
Amalgamate the api route controller functionality into a single ApiController, and implement both vue component and traditional blade versions of a blog page on the public facing part of the site
|
2018-04-26 20:26:18 -04:00 |
|