Mobile view fixes
diff --git a/erpnext/public/css/website.css b/erpnext/public/css/website.css
index 1d30e78..73230d0 100644
--- a/erpnext/public/css/website.css
+++ b/erpnext/public/css/website.css
@@ -253,9 +253,8 @@
.duration-bar {
display: inline-block;
color: white;
- /* border-right: 2px solid green; */
background: #8FD288;
- padding: 3px;
+ padding: 2px;
}
.duration-invisible {
visibility: hidden;
@@ -268,9 +267,4 @@
background: none;
float: none;
border: none;
-}
-.thumbsize {
- width: 200px;
- height: 200px;
- padding: 0;
}
\ No newline at end of file
diff --git a/erpnext/public/less/website.less b/erpnext/public/less/website.less
index b816354..d41a773 100644
--- a/erpnext/public/less/website.less
+++ b/erpnext/public/less/website.less
@@ -325,7 +325,6 @@
.duration-bar {
display: inline-block;
color: white;
- /* border-right: 2px solid green; */
background: #8FD288;
padding: 3px;
}
@@ -343,10 +342,4 @@
background: none;
float: none;
border: none;
-}
-
-.thumbsize {
- width: 200px;
- height: 200px;
- padding: 0;
}
\ No newline at end of file