miniblog

Miniblog: A command-line static blog system in Common Lisp
Log | Files | Refs | README | LICENSE

commit 1f8bc450fbb001f73e389905f33106ac4daefb58
parent 5c7d172538733c421eb5bae3d32401544dbc2362
Author: Decay <decaydjk@tilde.town>
Date:   Tue, 11 Feb 2020 21:16:49 +0000

Make template work a little nicer with hires phones

Diffstat:
Msrc/template.lhtml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/template.lhtml b/src/template.lhtml @@ -14,7 +14,7 @@ nav#miniblog-nav { float: left; width: 20%; } table.calendar { padding: 10px; float: left; } table.calendar td { width: 25%; } - @media screen and (max-width: 600px) { + @media screen and (max-aspect-ratio: 1/1) { section#miniblog-left { float: none; width: 100%; } section#miniblog-main { float: none; width: "100%"; } nav#miniblog-nav { float: none; width: 100%; }