Skip to content

Commit

Permalink
Refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindvnair99 committed Mar 9, 2018
1 parent ddd9a9f commit e1b6a50
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,12 @@
}
}


/* ---- Fill below this ---- */



@media (max-width: 400.98px) {
#about {
padding-top: 215%;
}
}



/* ---- Small devices (landscape phones, 576px and up) ---- */

@media (min-width: 576px) and (max-width: 767.98px) {
Expand Down Expand Up @@ -63,27 +56,13 @@
}
}



@media (min-width: 1524px) {
#about {
padding-top: 60%;
}

}




/* ---- Fill above this ---- */



/*#about {
padding-top: 50%;
margin-top: 0%;
}*/

@media (min-width: 767.98px) {
canvas {
display: block;
Expand Down Expand Up @@ -130,4 +109,4 @@ body {
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: transparent }
}
}

0 comments on commit e1b6a50

Please sign in to comment.