Skip to content

Commit 8f85672

Browse files
committed
fixed svg image display on older browser (android stock)
1 parent 6b7ac60 commit 8f85672

File tree

3 files changed

+60
-172
lines changed

3 files changed

+60
-172
lines changed

index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@
1717
h1, h2, h3, h4, h5, h6 { font-weight: 400; }
1818
h1 { margin: 0.3em 0px; }
1919
.container { margin: 0 auto; width: 100%; text-align: center; }
20-
img.logo { margin-top: 1em; max-height: 230px; padding: 0 .5em; }
20+
img.logo { margin-top: 1em; max-width: 90%; padding: 0 .5em; }
2121
img.portrait { height: 200px; border-radius: .5em; border: .3em solid black; }
2222
.support img { height: 100px; }
2323
.infos { margin-bottom: 1em; }
24+
@media (min-width: 500px) {
25+
img.logo { max-width: 470px; }
26+
}
2427
</style>
2528
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
2629
</head>
@@ -40,7 +43,7 @@ <h1>“We are Data Experts from West Africa”</h1>
4043
<a href="http://fad.yeleman.com"><img src="IbrahimaFadiga.jpg" class="portrait" alt="Ibrahima Fadiga" /></a>
4144
</div>
4245
<div class="pure-u-1 support">
43-
<a href="http://bamako.jokkolabs.net"><img src="jokkolabs_white.svg" /></a>
46+
<a href="http://bamako.jokkolabs.net"><img src="jokkolabs_white.svg" /></a>
4447
</div>
4548
</div>
4649
</body>

0 commit comments

Comments
 (0)