Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leeduyoung committed Dec 11, 2019
1 parent 3f3be00 commit 1b385ba
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion assets/js/bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/bundle.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ footer, header, hgroup, menu, nav, section {
html {
font-size: 10px;

@media (max-width: 425px) {
@media (max-width: 450px) {
font-size: 7px;
}
}
Expand Down
12 changes: 6 additions & 6 deletions src/Contents.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
height: 100vh;
background-color: #fafafa;

@media (max-width: 425px) {
@media (max-width: 450px) {
min-height: 950px;
}

Expand All @@ -24,7 +24,7 @@
text-align: center;
width: 100%;

@media (max-width: 425px) {
@media (max-width: 450px) {
padding: 1.2rem;
box-sizing: border-box;
}
Expand Down Expand Up @@ -141,7 +141,7 @@
padding: 11rem 7.7rem;
box-sizing: border-box;

@media (max-width: 425px) {
@media (max-width: 450px) {
padding: 4rem 1rem;
}

Expand All @@ -151,7 +151,7 @@
box-sizing: border-box;
width: 50%;

@media (max-width: 425px) {
@media (max-width: 450px) {
width: 100%;
}
}
Expand Down Expand Up @@ -190,7 +190,7 @@
width: 100%;
height: auto;

@media (max-width: 425px) {
@media (max-width: 450px) {
opacity: 0.3;
}
}
Expand Down Expand Up @@ -245,7 +245,7 @@
top: 50%;
transform: translate(-50%,-50%);

@media (max-width: 425px) {
@media (max-width: 450px) {
display: inherit;
}

Expand Down
4 changes: 2 additions & 2 deletions src/Footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
padding-bottom: 7.2rem;
border-bottom: 1px solid #ddd;

@media (max-width: 425px) {
@media (max-width: 450px) {
padding: 1rem 6rem 4rem;
text-align: left;
}
Expand All @@ -34,7 +34,7 @@
margin-top: 2rem;
}

@media (max-width: 425px) {
@media (max-width: 450px) {
padding-right: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion src/Visual.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
margin: 0 auto;
background-position: 0 80%;

@media (max-width: 425px) {
@media (max-width: 450px) {
min-height: auto;
background-position: 45% 0;
}
Expand Down

0 comments on commit 1b385ba

Please sign in to comment.