Skip to content

Commit

Permalink
Edit: Customizations to optimize for mobile displays
Browse files Browse the repository at this point in the history
  • Loading branch information
JayVii committed Jul 27, 2018
1 parent a14f806 commit 0b607bf
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions css/custom.css
Expand Up @@ -7,7 +7,7 @@ div#dictionary{
height: 100%;
max-width: 95%;
min-width: 50%;
margin-top: 100px;
margin-top: 10%;
text-align: left;
font-family: Times;
}
Expand Down Expand Up @@ -46,16 +46,20 @@ img.navbar{

/* Projects {{{ */
div.projects{
width: 350px;
width: 100%;
max-width:330px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
}

img.projects{
height: 100px;
width: 100px;
padding-left: 5px;
padding-right: 5px;
height: 31%;
width: 31%;
max-height: 100px;
max-width: 100px;
padding-left: 0px;
padding-right: 0px;
display: inline-block;
}
/* }}} */

0 comments on commit 0b607bf

Please sign in to comment.