Skip to content

Commit

Permalink
flex
Browse files Browse the repository at this point in the history
  • Loading branch information
neilgee committed Aug 10, 2023
1 parent 13ceaa4 commit 9744506
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1019,26 +1019,32 @@ li.comment {
}

/* Flex Bullet List 2 Columns - surround 2 ul in a div with a .flex-bullet-list class */

.flex-bullet-list {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}

@media (min-width:768px) {

.flex-bullet-list,
.flex-bullet-list .fl-rich-text {
flex-flow: row nowrap;
justify-content: center;
display: flex;
}

.flex-bullet-list .fl-rich-text ul+ul,
.flex-bullet-list ul+ul {
margin-left: 40px;
}

.flex-bullet-list ul {
.flex-bullet-list ul,
.flex-bullet-list .fl-rich-text ul {
width: 45%;
}

.flex-bullet-list {
flex-flow: row nowrap;
justify-content: center;
}

}

@media (max-width: 767px) {
Expand Down

0 comments on commit 9744506

Please sign in to comment.