Skip to content

Commit 4431867

Browse files
committed
First-pass at some responsive CSS
1 parent f194c4b commit 4431867

File tree

3 files changed

+133
-3
lines changed

3 files changed

+133
-3
lines changed

_layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</style>
88

99
<meta charset="utf-8">
10+
<meta name="viewport" content="width=device-width">
1011

1112
<title>Europe Code Week 2014 - {{ page.title }}</title>
1213

_layouts/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h2>11th &mdash; 17th October <a href="https://twitter.com/search?q=%23codeEU&am
1111

1212
{% include nav.ext %}
1313

14-
<div id="intro-description" class="col-md-8">
14+
<div id="intro-description" class="col-md-8 col-xs-12">
1515
<p>All around Europe, people are making apps, websites and lots of other things by learning to code.</p>
1616
<p>Join them at one of many events and clubs taking place when Code Week returns this year.</p>
1717

stylesheets/core.css

+131-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,27 @@ body {
1717
margin: 0 auto;
1818
}
1919

20+
@media (max-width: 1020px){
21+
.wrap, .inner {
22+
width: 100%;
23+
padding-left: 16px;
24+
padding-right: 16px;
25+
}
26+
}
27+
28+
2029
/* Tidbits */
2130

2231
.button-well {
2332
padding: 20px 0;
2433
}
2534

35+
@media (max-width: 1020px){
36+
.button-well {
37+
padding: 10px 0;
38+
}
39+
}
40+
2641
.button, a.button,
2742
a.button:link, a.button:visited {
2843
display: inline-block;
@@ -66,6 +81,14 @@ section h1 {
6681
text-transform: uppercase;
6782
}
6883

84+
@media (max-width: 1020px){
85+
section h1 {
86+
padding: 0;
87+
font-size: 22px;
88+
margin-top: 10px;
89+
}
90+
}
91+
6992
a, a:link, a:visited {
7093
color: #0f6abc;
7194
text-decoration: underline;
@@ -117,6 +140,24 @@ header h2 a:hover, header h2 a:active {
117140
color: #bcdbff;
118141
}
119142

143+
@media (max-width: 1020px){
144+
header.small, header.small .inner {
145+
height: auto;
146+
overflow: visible;
147+
}
148+
header.small h1 {
149+
float: none;
150+
}
151+
header.small h1 a {
152+
margin: 0 auto;
153+
}
154+
header.small h2 {
155+
float: none;
156+
text-align: center;
157+
margin-top: 10px;
158+
}
159+
}
160+
120161
/* Intro */
121162

122163
#intro {
@@ -202,6 +243,53 @@ header h2 a:hover, header h2 a:active {
202243
padding-top: 30px;
203244
}
204245

246+
@media (max-width: 1020px){
247+
#intro {
248+
font-size: 16px;
249+
line-height: 24px;
250+
height: auto;
251+
}
252+
253+
#intro .inner {
254+
width: 100%;
255+
padding: 0px;
256+
}
257+
258+
#intro header {
259+
margin-top: 20px;
260+
}
261+
262+
#intro header h1 {
263+
background: url('/images/small-logo.png') no-repeat top center;
264+
height: 45px;
265+
width: 240px;
266+
margin: 0 auto;
267+
}
268+
269+
#intro header h2 {
270+
font-size: 16px;
271+
text-align: center;
272+
padding-top: 10px;
273+
margin-top: 0;
274+
}
275+
#intro header h2 a {
276+
display: inline;
277+
margin-top: 6px;
278+
}
279+
#intro header h2 a:before {
280+
content: "•";
281+
text-decoration: none;
282+
padding-right: 4px;
283+
display: inline-block;
284+
}
285+
286+
#intro-description {
287+
padding-top: 8px;
288+
padding-bottom: 8px;
289+
}
290+
}
291+
292+
205293
/* Small Nav */
206294

207295
nav {
@@ -239,8 +327,25 @@ nav ul li a, nav ul li a:link, nav ul li a:visited {
239327
#intro nav li a, #intro nav li a:link, #intro nav li a:visited {
240328
color: #bcdbff;
241329
}
242-
#intro nav li a, #intro nav li a:link, #intro nav li a:visited {
243-
color: #bcdbff;
330+
331+
@media (max-width: 1020px){
332+
nav, #intro nav {
333+
position: static;
334+
margin: 10px 16px;
335+
padding: 0;
336+
font-size: 14px;
337+
}
338+
nav ul {
339+
text-align: center;
340+
padding: 0;
341+
margin: 0;
342+
}
343+
nav li, #intro nav li {
344+
padding: 0 4px;
345+
}
346+
nav ul li a, nav ul li a:link, nav ul li a:visited {
347+
color: #bcdbff;
348+
}
244349
}
245350

246351
/* Footer */
@@ -257,6 +362,14 @@ footer .team {
257362
line-height: 25px;
258363
text-align: right;
259364
}
365+
366+
@media (max-width: 1020px){
367+
footer .team {
368+
padding: 10px 0 25px;
369+
text-align: center;
370+
}
371+
}
372+
260373
footer a, footer a:link, footer a:visited {
261374
color: #bcdbff;
262375
}
@@ -290,3 +403,19 @@ footer ul.links li a.facebook {
290403
footer ul.links li a.github {
291404
background-image: url('/images/links-github.png');
292405
}
406+
407+
@media (max-width: 1020px){
408+
footer ul.links {
409+
text-align: center;
410+
margin: 0 auto;
411+
padding: 25px 0 10px;
412+
}
413+
footer ul.links li {
414+
display: inline-block;
415+
padding: 0px 8px;
416+
}
417+
footer ul.links li a {
418+
display: inline-block;
419+
padding-left: 28px;
420+
}
421+
}

0 commit comments

Comments
 (0)