From a393465a56e9dd435e4730090103376b52ed7cbd Mon Sep 17 00:00:00 2001
From: Sachin Prakash <sachinprakash@Sachins-MacBook-Pro.local>
Date: Mon, 30 Oct 2017 18:37:54 +0530
Subject: [PATCH] modified logo and modals

---
 css/la.css    | 4 ++++
 css/style.css | 6 +++---
 home.html     | 2 +-
 land.html     | 2 ++
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/css/la.css b/css/la.css
index 7196c31..78dbb6a 100644
--- a/css/la.css
+++ b/css/la.css
@@ -67,6 +67,10 @@ body :-ms-input-placeholder {
           transition-timing-function: ease-in-out;
   font-weight: 200;
 }
+.modal-header h2{
+  color: black;
+  align-self: center;
+}
 .loginform {
   padding: 20px 0;
   position: relative;
diff --git a/css/style.css b/css/style.css
index aeca063..8ed8ab0 100644
--- a/css/style.css
+++ b/css/style.css
@@ -9,11 +9,11 @@ html {
 #hodor-logo {
     position: absolute;
     top: 5px;
-    left: 45%;
+    left: 43%;
     background-color: #000000;
     opacity: 0.5;
-    height:65px;
-    width: auto;
+    height:auto;
+    width: 250px;
 }
 
 #sidenavbar a {
diff --git a/home.html b/home.html
index b12f2d3..b71959b 100644
--- a/home.html
+++ b/home.html
@@ -8,7 +8,7 @@
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
     <link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
-    <title>HODOR</title>
+    <title>HODOR | Home</title>
 </head>
 <body>
 <div class="container-fluid">
diff --git a/land.html b/land.html
index 54d292d..9e70eb2 100644
--- a/land.html
+++ b/land.html
@@ -43,6 +43,7 @@
 	  <div class="modal-dialog">
 		  <div class="modal-content">
 			  <div class="modal-header">
+			  	<h2>Login</h2>
 			  </div>
 		  <div class="modal-body">
 			  <form class="form1">
@@ -74,6 +75,7 @@
 		<div class="modal-dialog">
 			<div class="modal-content">
 				<div class="modal-header">
+					<!--<h2>Register</h2>-->
 				</div>
 				<div class="modal-body">
 					<form class="form2">
-- 
GitLab