lmsace / enlightlite

Enlightlite - A free responsive moodle theme by LMSACE
2 stars 3 forks source link

Frontpage > Available Courses > Image of courses are tiny #25

Open tructhanhthai opened 3 years ago

tructhanhthai commented 3 years ago

In version 3.11 the image of courses at front page are very small. This did not occur in previous version. Capture

kellyrdias commented 3 years ago

The same occurs to me.

kellyrdias commented 3 years ago

In version 3.11 the image of courses at front page are very small. This did not occur in previous version. Capture

I solve the problem!

Use it on your custom CSS block:

.available-courses .available-block .available-img { height: 150px; width: 150px; background-color: var(--white); padding: 3px; }