diff options
-rw-r--r-- | site/common/css/main.css | 2 | ||||
-rw-r--r-- | site/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index 024ae16..a92905a 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -1,6 +1,6 @@ *,a:hover{color:#222;padding:.3% 1%;margin:1% auto;text-align:justify} html{background:#eee;font:95% sans-serif} -body{max-width:55em} +body{max-width:80em} div{background:#fff;border-radius:9px;box-shadow:0 0 4px} li{display:inline} img{width:12%;float:right} 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> |