diff --git a/reValuate/home/__pycache__/admin.cpython-36.pyc b/reValuate/home/__pycache__/admin.cpython-36.pyc
index 92e78b5c..543ea201 100644
Binary files a/reValuate/home/__pycache__/admin.cpython-36.pyc and b/reValuate/home/__pycache__/admin.cpython-36.pyc differ
diff --git a/reValuate/home/__pycache__/models.cpython-36.pyc b/reValuate/home/__pycache__/models.cpython-36.pyc
index 5395fe7e..ce5b0d83 100644
Binary files a/reValuate/home/__pycache__/models.cpython-36.pyc and b/reValuate/home/__pycache__/models.cpython-36.pyc differ
diff --git a/reValuate/home/__pycache__/views.cpython-36.pyc b/reValuate/home/__pycache__/views.cpython-36.pyc
index 82c09c53..913d4d9c 100644
Binary files a/reValuate/home/__pycache__/views.cpython-36.pyc and b/reValuate/home/__pycache__/views.cpython-36.pyc differ
diff --git a/reValuate/home/static/home/css/style.css b/reValuate/home/static/home/css/style.css
index 9e00cb41..3d6a2240 100644
--- a/reValuate/home/static/home/css/style.css
+++ b/reValuate/home/static/home/css/style.css
@@ -5,6 +5,7 @@
--colour-white: #fff;
--colour-black: #1a1a1a;
}
+
@viewport {
width: device-width ;
zoom: 1.0 ;
@@ -29,6 +30,9 @@ html {
transform: translate(-50%, -50%);
top: 50%;
}
+.dropdown-item{
+ font-size:100%
+}
body{
font-size: 1.2em;
font-family: 'Roboto', sans-serif;
@@ -36,7 +40,10 @@ body{
}
+.navview{
+ width:100%;
+}
#active {
background-color: #4CAF50;
}
diff --git a/reValuate/home/static/home/css/upload.css b/reValuate/home/static/home/css/upload.css
index abb81aa3..efff0521 100644
--- a/reValuate/home/static/home/css/upload.css
+++ b/reValuate/home/static/home/css/upload.css
@@ -1,16 +1,16 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.fancyButton {
- border: 25% solid green;
+ border: auto solid green;
background-color: transparent;
- padding: 50% 25%;
+ padding: 38% 35%;
text-align: center;
- border-radius: 100%;
+ border-radius: 2%;
transition-duration: 0.4s;
- color: black;
+ color: rgb(0, 0, 0);
outline: none;
font-family: 'Roboto', sans-serif !important;
- font-size: 10px;
+ font-size: 30px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
@@ -24,7 +24,7 @@ button:focus {
}
button {
- margin: 25% 25% 25% 25%;
- width: 45%;
- height: 45%;
+ margin: auto;
+ width: auto;
+ height: auto;
}
\ No newline at end of file
diff --git a/reValuate/templates/base.html b/reValuate/templates/base.html
index 0fb95750..688bcc17 100644
--- a/reValuate/templates/base.html
+++ b/reValuate/templates/base.html
@@ -20,37 +20,36 @@
+