diff --git a/screens/dashboard.el b/screens/dashboard.el index 9198f54..2d0506b 100644 --- a/screens/dashboard.el +++ b/screens/dashboard.el @@ -129,7 +129,7 @@ (defun android-dash () "Return the android dashboard." - `(:width 80 + `(:width 40 :align center :content ,(concat (grid-make-row @@ -175,10 +175,10 @@ (setopt grid-revert-on-width-change t) (enlight-content (concat - (grid-make-box `(:align center :content ,enlight-theurgy-logo :width 80)) + (grid-make-box `(:align center :content ,enlight-theurgy-logo :width 40)) "\n\n" (grid-make-box `( :content ,(propertize "Theurgy Emacs" 'face 'variable-pitch-serif-text) - :width 80 :align center)) + :width 40 :align center)) "\n\n" (grid-make-box (dashboard-content))