aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-06-19 12:40:15 +0200
committerJakob Odersky <jodersky@gmail.com>2015-06-19 12:40:15 +0200
commit77caa2775838d9a7100a802fae20ab46e23c05ed (patch)
treefde9cdfc3207d0ec232502244f514a414d1e4f3c
parent54041e9128f59816d28506302f73aa85897f8ea5 (diff)
downloadproject-condor.github.io-77caa2775838d9a7100a802fae20ab46e23c05ed.tar.gz
project-condor.github.io-77caa2775838d9a7100a802fae20ab46e23c05ed.tar.bz2
project-condor.github.io-77caa2775838d9a7100a802fae20ab46e23c05ed.zip
fix image overflow
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 9bf7167..6210842 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,7 @@
<header class="jumbotron">
<div class="container">
<div style="text-align: center;">
- <img src="assets/images/logo.svg" alt="logo">
+ <img src="assets/images/logo.svg" alt="logo" style="max-width: 100%;">
<h1>Project Condor</h1>
<p>DIY Drone System</p>
<a class="btn btn-default" href="https://github.com/project-condor"><i class="fa fa-github"></i></a>