fix mobile display
This commit is contained in:
parent
6876320e64
commit
d434ce2004
|
@ -8,6 +8,7 @@
|
|||
(defn page-header [& [title]]
|
||||
[:head
|
||||
[:meta {:charset "utf-8"}]
|
||||
[:meta {:name "viewport" :content "width=device-width, initial-scale=1"}]
|
||||
[:link {:rel "stylesheet" :href "/main.css"}]
|
||||
[:link {:rel "stylesheet" :href "/extra/emacs.css"}]
|
||||
;;[:script {:src "/main.js"}]
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
[:body
|
||||
{:display "flex"
|
||||
:flex-direction "row"
|
||||
:flex-wrap "wrap"
|
||||
:flex-wrap "wrap-reverse"
|
||||
:justify-content "center"
|
||||
:color textcolor-main
|
||||
:background-color "#1e1e1e"
|
||||
|
|
Loading…
Reference in a new issue