diff options
Diffstat (limited to 'guix-qa-frontpage/view')
-rw-r--r-- | guix-qa-frontpage/view/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/view/home.scm b/guix-qa-frontpage/view/home.scm index ef1ed4f..cfb1710 100644 --- a/guix-qa-frontpage/view/home.scm +++ b/guix-qa-frontpage/view/home.scm @@ -8,7 +8,7 @@ #:body `((main (p - (@ (style "text-align: center; padding: 2rem; border: 0.3rem dashed red;")) + (@ (style "width: unset; text-align: center; padding: 2rem; border: 0.3rem dashed red;")) "This service is in the very early stages of development. " (br) "Find the code in " |