Skip to content

Commit e7b8be4

Browse files
committed
Fix responsive-ness
1 parent 8bda2a0 commit e7b8be4

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

Diff for: _layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="wrapper">
2323
<header>
2424
<h1>
25-
<a href="/"><img src="/images/geocoder.png" class="logo" /></a>
25+
<a href="/"><img src="/images/geocoder.png" class="header-logo" /></a>
2626
</h1>
2727
<p>{{ site.description }}</p>
2828

Diff for: css/main.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,14 @@ footer {
182182
.ecg th,
183183
.ecg td {
184184
text-align: center;
185+
width: 25%;
185186
}
186187

187-
img.logo {
188+
img.header-logo {
188189
width: 250px;
189190
}
190191

191-
img {
192+
img.logo {
192193
max-width: 100%;
193194
}
194195

Diff for: css/responsive-table.css

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
@media only screen and (max-width: 760px),
2-
(min-device-width: 768px) and (max-device-width: 1024px) {
1+
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
32
/* Force table to not be like tables anymore */
43
table, thead, tbody, th, td, tr {
54
display: block;
@@ -30,10 +29,6 @@
3029
white-space: nowrap;
3130
}
3231

33-
.projects-1 {
34-
margin-bottom: 0;
35-
}
36-
3732
/* Label the data */
3833
.projects-1 td:nth-of-type(1):before { content: "Geocoder"; }
3934
.projects-1 td:nth-of-type(2):before { content: "GeocoderBundle (Symfony2)"; }

Diff for: logo.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Logo
88
You will find our logo in different formats below:
99

1010
<center>
11-
![](images/geocoder.png)
11+
<img src="images/geocoder.png" class="logo" />
1212

1313
[Adobe Illustrator](https://raw.githubusercontent.com/geocoder-php/geocoder-php.github.io/master/res/Geocoder.ai)
1414
&nbsp;|&nbsp;

0 commit comments

Comments
 (0)