Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite7b8be4

Browse files
committed
Fix responsive-ness
1 parent8bda2a0 commite7b8be4

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

‎_layouts/default.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<divclass="wrapper">
2323
<header>
2424
<h1>
25-
<ahref="/"><imgsrc="/images/geocoder.png"class="logo"/></a>
25+
<ahref="/"><imgsrc="/images/geocoder.png"class="header-logo"/></a>
2626
</h1>
2727
<p>{{ site.description }}</p>
2828

‎css/main.css‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,14 @@ footer {
182182
.ecgth,
183183
.ecgtd {
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

‎css/responsive-table.css‎

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
@mediaonly screenand (max-width:760px),
2-
(min-device-width:768px)and (max-device-width:1024px) {
1+
@mediaonly screenand (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-1td:nth-of-type(1):before {content:"Geocoder"; }
3934
.projects-1td:nth-of-type(2):before {content:"GeocoderBundle (Symfony2)"; }

‎logo.markdown‎

Lines changed: 1 addition & 1 deletion
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+
<imgsrc="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)

[8]ページ先頭

©2009-2025 Movatter.jp