diff --git a/web/app/index.html b/web/app/index.html
index c3b49de..644eaec 100644
--- a/web/app/index.html
+++ b/web/app/index.html
@@ -5,6 +5,7 @@
UGRSICAL Setup Page
+
diff --git a/web/app/site.css b/web/app/site.css
index cf4c18c..9df2067 100644
--- a/web/app/site.css
+++ b/web/app/site.css
@@ -1,5 +1,5 @@
.wrapper {
- display: block;
+ /* display: block; */
overflow: hidden;
position: relative;
width: 100%;
@@ -68,6 +68,8 @@
.header {
padding-top: 5rem;
background-color: #f4f5f6;
+ height: 97vh;
+ overflow: auto;
}
.header .container {
@@ -88,4 +90,15 @@ input[type="text"],input[type="password"] {
.bold {
font-weight: bold;
+}
+@media screen and (max-width: 768px) {
+ a > h1{
+ font-size: 200px;
+ }
+ .description{
+ font-size: 20px;
+ }
+ label{
+ font-size: 20px;
+ }
}
\ No newline at end of file
diff --git a/web/template/setup.html b/web/template/setup.html
index 8d9bd56..d993b8e 100644
--- a/web/template/setup.html
+++ b/web/template/setup.html
@@ -5,6 +5,7 @@
UGRSICAL Setup Page
+