Module: appdb Branch: master Commit: fc98694d827117ef5574364ce55ae48ae05c5ac6 URL: https://source.winehq.org/git/appdb.git/?a=commit;h=fc98694d827117ef5574364c...
Author: Jeremy Newman jnewman@codeweavers.com Date: Thu Jan 14 10:30:54 2021 -0600
set width on footer
---
css/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/css/styles.css b/css/styles.css index 6ed28f4..f612718 100644 --- a/css/styles.css +++ b/css/styles.css @@ -145,7 +145,9 @@ a.btn, a.btn:visited { #footer a, #footer a:visited { color: #fff; } - +#footer img { + width: 150px; +}
/* =====================================================================================================================