summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/assets/stylesheets/app.css13
-rwxr-xr-xviews/home.ejs2
2 files changed, 11 insertions, 4 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 1cebade..9ab878c 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -14,7 +14,9 @@
body{
overflow-x:hidden;
}
-
+.loading .wow {
+ display:none!important;
+}
::-moz-selection {
color: white;
background: black;
@@ -263,7 +265,7 @@ h5 {
.projectList.about .item:nth-child(2) span:nth-child(2) {
- padding: 70px 0 70px 70px;
+ padding: 70px 0 70px 100px;
}
.projectList.about .item:nth-child(2) {
padding: 5% 0;
@@ -865,6 +867,11 @@ iframe.embed {
font-size: 13px;
}
+.menu span.icon-ios7-sunny-outline:hover:after {
+ width: 130px;
+}
+
+
.menu span.inuse:hover:after{
content:"";
opacity:0;
@@ -1975,7 +1982,7 @@ a[data-role="forgot-password"] {
}
.aboutRoom {
- width: 250px;
+ width: 190px;
background: rgba(255,255,255,0.95);
padding: 2px 8px 8px 8px;
position: fixed;
diff --git a/views/home.ejs b/views/home.ejs
index 47c13e4..76b6cea 100755
--- a/views/home.ejs
+++ b/views/home.ejs
@@ -63,7 +63,7 @@
<h1>Room Showcase</h1>
- [[ include projects/list-projects ]]
+
<a href="#loadmore" class="viewMore btn">View More</a>