8,960
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.custom-liw { | |||
display: flex; | |||
justify-content: space-between; | |||
width: 100%; | |||
} | |||
.left-partw { | |||
flex: 1; | |||
text-align: left; | |||
padding-right: 10px; | |||
} | |||
.right-partw { | |||
flex: 1; | |||
text-align: right; | |||
padding-left: 10px; | |||
} | |||
/* HelUs Sidebar */ | /* HelUs Sidebar */ | ||
#help-container { | #help-container { | ||