Index

joshstock.in / c4f7c6c

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
15814 Jan 2023 23:375aaa26aWebsite rewriteJosh Stockin1190G

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

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