Commit 34862006 authored by 132ikl's avatar 132ikl
Browse files

Fix style for mobile devices

parent fafc77a3
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@ This software is license under the MIT license. It should be included in your co
A copy of the MIT license can be obtained at https://mit-license.org/
*/

input {
  margin: auto;
}

div.form {
  margin-top: 5%;
  text-align: center;
@@ -55,10 +59,10 @@ div.github {
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  opacity: 0.3;
  right: 2.5%;
  bottom: 10%;
  width: 2.5%;
  height: 2.5%;
  right: 2.5vw;
  bottom: 15vh;
  width: 50px;
  height: 10px;
}

div.github:hover {