Skip to content

Commit

Permalink
Fixed responsive layout on front page
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchan committed Aug 3, 2015
1 parent 5c7216f commit 7b9db39
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 27 deletions.
Binary file not shown.
Binary file modified .sass-cache/88f7edb981d19799504f81b6bbb078c765b5fc15/_hero.scssc
Binary file not shown.
6 changes: 3 additions & 3 deletions _scss/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ body {
opacity: 0.9;

@media (max-width: $screen-xs-max) {
width: 300px;
height: 34px;
top: 148px;
width: 182px;
height: 33px;
top: 99px;
}
}
4 changes: 2 additions & 2 deletions _scss/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
height: 12 * $leading;

@media (max-width: $screen-xs-max) {
height: 5 * $leading;
height: 10 * $leading;
}
}

Expand Down Expand Up @@ -172,7 +172,7 @@

@media (max-width: $screen-xs-max) {
width: 300px;
top: 160px;
top: 100px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion _site/404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us" class="no-js">
<html lang="en-us" class="no-js">

<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
Expand Down
2 changes: 1 addition & 1 deletion _site/a-life-of-walt-disney/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us" class="no-js">
<html lang="en-us" class="no-js">

<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
Expand Down
2 changes: 1 addition & 1 deletion _site/about/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us" class="no-js">
<html lang="en-us" class="no-js">

<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
Expand Down
10 changes: 5 additions & 5 deletions _site/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,9 @@ body {
}
@media (max-width: 767px) {
.textLogo--frontpage {
width: 300px;
height: 34px;
top: 148px;
width: 182px;
height: 33px;
top: 99px;
}
}

Expand Down Expand Up @@ -1759,7 +1759,7 @@ body {
@media (max-width: 767px) {
.section--frontpage,
.section--frontpage ~ .post-featuredImage {
height: 7.5rem;
height: 15rem;
}
}

Expand Down Expand Up @@ -1905,7 +1905,7 @@ body {
@media (max-width: 767px) {
.postMeta-wrapper--frontpage {
width: 300px;
top: 160px;
top: 100px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion _site/assets/css/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/black-and-white-films/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us" class="no-js">
<html lang="en-us" class="no-js">

<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
Expand Down
2 changes: 1 addition & 1 deletion _site/color-films/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us" class="no-js">
<html lang="en-us" class="no-js">

<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
Expand Down
2 changes: 1 addition & 1 deletion _site/comics/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us" class="no-js">
<html lang="en-us" class="no-js">

<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
Expand Down
2 changes: 1 addition & 1 deletion _site/debut/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us" class="no-js">
<html lang="en-us" class="no-js">

<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
Expand Down
2 changes: 1 addition & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us" class="no-js">
<html lang="en-us" class="no-js">

<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
Expand Down
2 changes: 1 addition & 1 deletion _site/mickey-mouse/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us" class="no-js">
<html lang="en-us" class="no-js">

<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
Expand Down
2 changes: 1 addition & 1 deletion _site/television/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us" class="no-js">
<html lang="en-us" class="no-js">

<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
Expand Down
10 changes: 5 additions & 5 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,9 @@ body {
}
@media (max-width: 767px) {
.textLogo--frontpage {
width: 300px;
height: 34px;
top: 148px;
width: 182px;
height: 33px;
top: 99px;
}
}

Expand Down Expand Up @@ -1759,7 +1759,7 @@ body {
@media (max-width: 767px) {
.section--frontpage,
.section--frontpage ~ .post-featuredImage {
height: 7.5rem;
height: 15rem;
}
}

Expand Down Expand Up @@ -1905,7 +1905,7 @@ body {
@media (max-width: 767px) {
.postMeta-wrapper--frontpage {
width: 300px;
top: 160px;
top: 100px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.min.css

Large diffs are not rendered by default.

0 comments on commit 7b9db39

Please sign in to comment.