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