projects
/
WP-Themes
/
keweenaw2017.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3af7079
)
more test for css
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:50:40 +0000
(11:50 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:50:40 +0000
(11:50 -0400)
try targeting every 4th one and clear left.
sections/landing-page.php
patch
|
blob
|
history
diff --git
a/sections/landing-page.php
b/sections/landing-page.php
index
f2668d7
..
4d7fad4
100644
(file)
--- a/
sections/landing-page.php
+++ b/
sections/landing-page.php
@@
-28,8
+28,8
@@
<?php get_template_part('parts/main-content');?>
</div>
<style>
-.glm-blocks-container .glm-block:nth-child(
3n+3
) {
- clear:
righ
t;
+.glm-blocks-container .glm-block:nth-child(
4n+4
) {
+ clear:
lef
t;
}
</style>