projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4bca88
)
Small fix for front listing image responsiveness
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 13 Dec 2018 14:06:44 +0000
(09:06 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 13 Dec 2018 14:06:44 +0000
(09:06 -0500)
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
7e2f36a
..
7b42499
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-288,6
+288,13
@@
overflow: hidden;
padding: 0;
}
+@media (max-width: 640px) {
+ .glm-member-db-list .glm-member-list-image-wrapper {
+ max-width: 250px;
+ margin: 0 auto;
+ float: none !important;
+ }
+}
.glm-member-db-list .glm-member-list-image-wrapper > img {
position: absolute;
min-width: 100%;