1
0
Fork 0

fix mobile display

This commit is contained in:
Kaan Barmore-Genç 2022-04-03 18:13:29 -04:00
parent 6876320e64
commit d434ce2004
2 changed files with 2 additions and 1 deletions

View File

@ -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"}]

View File

@ -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"