Skip to content

Commit

Permalink
Removed unnecessary colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
mygreymatter committed Feb 5, 2017
1 parent 1032263 commit fa7140c
Showing 1 changed file with 1 addition and 63 deletions.
64 changes: 1 addition & 63 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ canvas {
}

@media screen and (max-width: 1280px) {
body {
color: white;
}
.title {
font-size: 1000%;
}
Expand All @@ -87,9 +84,6 @@ canvas {
}

@media screen and (max-width: 980px) {
body {
color: white;
}
.title {
font-size: 1000%;
}
Expand All @@ -113,9 +107,6 @@ canvas {
}

@media screen and (max-width: 800px) {
body {
color: purple;
}
.title {
font-size: 500%;
}
Expand All @@ -136,9 +127,6 @@ canvas {
}

@media screen and (max-width: 480px) {
body {
color: black;
}
.title {
font-size: 400%;
}
Expand All @@ -156,54 +144,4 @@ canvas {
.footer p {
font-size: 100%;
}
}


/*@media only screen and (max-width: 1024px) {
.tablets {
display: block;
}
.desktops {
display: none;
}
.footer {
position: absolute;
bottom: 0;
width: 98%;
height: 110px;
padding-bottom: 10px;
}
}
@media only screen and (max-width: 500px) {
body {
background: white;
}
.title {
font-size: 300%;
}
.footer {
position: absolute;
bottom: 0;
width: 98%;
height: 100px;
padding-bottom: 10px;
}
/*.footer .h4 {
font-size: 15px;
}*/


/*@media only screen and (max-width: 500px) {
.footer {
position: absolute;
bottom: 0;
width: 98%;
height: 110px;
padding-bottom: 10px;
}
font-size: 15px;
}
*/
}

0 comments on commit fa7140c

Please sign in to comment.