From 9fe45e4f7b54279f114e133e12a33f596dc7ef26 Mon Sep 17 00:00:00 2001 From: shoshin Date: Sun, 11 Dec 2022 21:24:03 -0600 Subject: Add: more refinements to responsive styles --- style.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style.lisp') diff --git a/style.lisp b/style.lisp index dc1d695..9387bdb 100644 --- a/style.lisp +++ b/style.lisp @@ -2,7 +2,7 @@ (in-package :vampire) -(defvar css-version "2") +(defvar css-version "3") (defun include-style (body) (load-css (html-document body) (format nil "/css/main-~a.css" css-version) :load-only-once nil)) -- cgit v1.2.3