Skip to content

Commit

Permalink
Alternate way of centering search box
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudeonyx committed May 4, 2018
1 parent c11a699 commit ad244a4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions style/style.css
Expand Up @@ -69,9 +69,11 @@ div.nav{
/* width: 100%; */
padding: 0;
position: absolute;
top:22%;
right: 0;
left: 0;
width: 100%;
top:50%;
transform: translateY(-50%);
/* left: 50%; */
/*left: 0; */
text-align: center;
/* box-sizing: border-box; */
}
Expand Down

0 comments on commit ad244a4

Please sign in to comment.