diff options
author | Christopher Baines <mail@cbaines.net> | 2022-09-15 13:23:48 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-09-15 13:23:48 +0100 |
commit | 5115e0c21d2f416156b367d6749d210c2d2097b3 (patch) | |
tree | 7c6df3956ca29840d3adfb3bad4beb7b668ae99b | |
parent | 1c2df1039abd75ec7591157a7717e37511a8c7ff (diff) | |
download | qa-frontpage-5115e0c21d2f416156b367d6749d210c2d2097b3.tar qa-frontpage-5115e0c21d2f416156b367d6749d210c2d2097b3.tar.gz |
Make the warning paragraph display better on small screens
-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 " |