diff options
-rw-r--r-- | static/brain.gif | bin | 0 -> 1549 bytes | |||
-rw-r--r-- | static/main.css | 16 | ||||
-rw-r--r-- | static/panic.gif | bin | 0 -> 8405 bytes | |||
-rw-r--r-- | static/vim.gif | bin | 0 -> 1368 bytes | |||
l---------[-rw-r--r--] | templates/site | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/static/brain.gif b/static/brain.gif Binary files differnew file mode 100644 index 0000000..3ff1123 --- /dev/null +++ b/static/brain.gif diff --git a/static/main.css b/static/main.css index 3e60bff..3834e8b 100644 --- a/static/main.css +++ b/static/main.css @@ -73,7 +73,8 @@ table { border-spacing: 0 10px; } td { - text-align: left + text-align: left; + padding: 2%; } img { max-width: 100%; @@ -83,19 +84,18 @@ img { img.icon { filter: invert(50%); } -/* some Stallman trickery for making mobile text bigger */ @media screen and (max-device-width: 480px) { - body { + body { max-width: 100%; font-size: 90%; - } - .license { + } + .license { font-size: 0; - } - p { + } + p { margin-top: 5%; margin-bottom: 5%; - } + } code.longboi { font-size: 65%; } diff --git a/static/panic.gif b/static/panic.gif Binary files differnew file mode 100644 index 0000000..3cf1318 --- /dev/null +++ b/static/panic.gif diff --git a/static/vim.gif b/static/vim.gif Binary files differnew file mode 100644 index 0000000..7a00d7f --- /dev/null +++ b/static/vim.gif diff --git a/templates/site b/templates/site index f7d5c78..049b1c2 100644..120000 --- a/templates/site +++ b/templates/site @@ -1 +1 @@ -replace with symlink to site-files.git +../../site-files/
\ No newline at end of file |