Skip to content

Commit

Permalink
better logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Suriv committed Nov 26, 2017
1 parent 1018dcb commit 982d130
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions www/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ body {

/* Portrait layout (default) */
.app {
background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */
position:absolute; /* position in the center of the screen */
background:url(../img/logo.svg) no-repeat center top; /* 170px x 200px */
position:absolute;
background-size:80%; /* position in the center of the screen */
left:50%;
top:50%;
height:50px; /* text area height */
Expand All @@ -66,6 +67,7 @@ body {
padding:75px 0px 75px 170px; /* padding-top + padding-bottom + text area = image height */
margin:-90px 0px 0px -198px; /* offset vertical: half of image height */
/* offset horizontal: half of image width and text area width */
background-size:45%;
}
}

Expand Down
Binary file removed www/img/logo.png
Binary file not shown.
Loading

0 comments on commit 982d130

Please sign in to comment.