mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-06 15:41:09 -05:00
fixed weird spacing on member index
This commit is contained in:
@@ -107,8 +107,15 @@ h3 {
|
||||
.six-across:nth-child(6n+1) {
|
||||
margin-left: 0px
|
||||
}
|
||||
|
||||
.three-across:nth-child(3):after {
|
||||
content: "\A";
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.three-across:nth-child(3n+1) {
|
||||
margin-left: 0px
|
||||
margin-left: 0px;
|
||||
clear: all;
|
||||
}
|
||||
|
||||
// let's condense the hero unit a little
|
||||
|
||||
Reference in New Issue
Block a user