diff --git a/.gitignore b/.gitignore index 3288b5d..8818a4f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,10 @@ build/Release # Dependency directory # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git -node_modules -plugins -platforms -www + + +node_modules/ +plugins/ +platforms/ +www/ +ionic.project diff --git a/src/less/style.less b/src/less/style.less index fb7cd88..f8d490d 100644 --- a/src/less/style.less +++ b/src/less/style.less @@ -14,12 +14,12 @@ body { -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ background-color:#E4E4E4; - font-family: Roboto sans-serif; + font-family: 'Roboto' sans-serif; font-size:12px; text-align: center; height:100%; margin:0px; - padding:0px; + padding:7px; width:100%; } @@ -37,6 +37,6 @@ footer { position: absolute; bottom: 0; left: 0; - width: 100%; - height: 10vh; + width: 100vw; + padding-bottom: 15px; } diff --git a/www/img/logo.png b/www/img/logo.png deleted file mode 100644 index 9519e7d..0000000 Binary files a/www/img/logo.png and /dev/null differ diff --git a/www/index.html b/www/index.html deleted file mode 100644 index 5111087..0000000 --- a/www/index.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - Oriment - - -
-

Hi There

-
- - - - - -