diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 02:34:09 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 02:34:09 (EDT) |
commit | 648136c31fc9b3596da20461d5960d4d2f262b1f (patch) | |
tree | b131acbbefdb1ec1d069e42c999ef690123e3b8f /site/index.php | |
parent | d3d6ecc8a12908f5fc48e0cb7ea5529f12402fdd (diff) | |
download | libreboot.org-648136c31fc9b3596da20461d5960d4d2f262b1f.zip libreboot.org-648136c31fc9b3596da20461d5960d4d2f262b1f.tar.gz libreboot.org-648136c31fc9b3596da20461d5960d4d2f262b1f.tar.bz2 |
home page: Make everything bigger
It was a bit cramped. It still scales down to a small size, if
you have a lower screen resolution.
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index 5f1df4a..99b4517 100644 --- a/site/index.php +++ b/site/index.php @@ -34,7 +34,7 @@ <div> <p> - <a href="logo/"><img src="logo/s.png" alt="" /></a> + <a href="logo/"><img src="logo/logo.svg" alt="" /></a> </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> |