Index

joshstock.in / fe619bd

Source for serving and static templating/compiling of https://joshstock.in.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
19308 Dec 2023 15:598145fecFractals articleJosh Stockin198G

Blob @ joshstock.in / site / style / _sizes.scss

text/plain477 bytesdownload raw
1$base-font-size: 16px;
2$mobile-font-size: 14px;
3$figure-font-size: 12px;
4
5$base-banner-height: 30vh;
6
7$page-max-width: 900px;
8
9$topbar-max-width: 900px;
10$topbar-font-size: 22px;
11$topbar-font-size-reduced: 18px;
12
13$content-first-line-size: $base-font-size*1.5;
14$content-image-float-offset: -100px;
15$content-image-small-height: 320px;
16$content-image-medium-height: 480px;
17
18$figure-compress-width: 1200px;
19$page-compress-width: $topbar-max-width + 32;
20$topbar-reduce-width: 650px;
21