Skip to content

Commit 337bb8a

Browse files
committed
Mobile and tablet optimizations.
1 parent 0854d4e commit 337bb8a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ <h1><a href="/" title="Page d'accueil"><img src="/public/img/pullrequest-logo.pn
3030
<div id="main" role="main">
3131
<section id="content">
3232
{{ content }}
33-
</section>
33+
</section><!--
3434
35-
<aside>
35+
--><aside>
3636
<section id="about">
3737
<h1>A propos</h1>
3838
<p>PullRequest est un blog de développeurs ouvert à toute contribution appropriée.</p>

public/css/style.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,14 +247,14 @@ ul {
247247
/* ---- Main ---- */
248248

249249
#main {
250-
max-width: 960px;
250+
max-width: 980px;
251251
margin: 0 auto;
252252
}
253253

254254
#content {
255255
display: inline-block;
256256
background-color: #fafafa;
257-
max-width: 720px;
257+
max-width: 768px;
258258
padding: 0;
259259
}
260260

@@ -268,7 +268,6 @@ article {
268268
article h1, article h2, article h3, article h4 {
269269
font-family: 'MavenProMedium', sans-serif;
270270
color: #480c28;
271-
text-shadow: transparent 0 0 1px;
272271
}
273272

274273
article h1 {
@@ -386,7 +385,7 @@ article > footer {
386385
display: inline-block;
387386
vertical-align: top;
388387
width: 190px;
389-
margin: 0 0 0 46px;
388+
margin: 0 0 0 22px;
390389
}
391390

392391
#main aside section {

0 commit comments

Comments
 (0)