mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 04:28:27 +00:00
[website] [css] img max-width should be 100%
This commit is contained in:
@@ -10,6 +10,10 @@ a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user