2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

Increase the margin for buttons on the right of the compare page

This commit is contained in:
Christopher Baines 2019-03-16 19:59:48 +00:00
parent 38888aea6b
commit 902409b828
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -563,7 +563,9 @@
" and "
(samp ,(string-take target-commit 8) "…"))
(div
(@ (class "btn-group-vertical btn-group-lg pull-right") (role "group"))
(@ (class "btn-group-vertical btn-group-lg pull-right")
(style "margin-top: 2em;")
(role "group"))
(a (@ (class "btn btn-default")
(href ,(string-append "/compare/packages" query-params)))
"Compare packages")