Template:Content Row/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Änderung 87 von Sixtus (Diskussion) rückgängig gemacht.) Tag: Undo |
||
Line 1: | Line 1: | ||
− | . |
+ | .content_row { |
− | + | display: flex; |
|
+ | flex-direction: row; |
||
⚫ | |||
− | + | flex-flow: row wrap; |
|
+ | justify-content: space-between; |
||
− | border: 1px solid #CCC; |
||
− | padding: 0 |
+ | padding: 0; |
⚫ | |||
− | box-shadow: 0 2px 2px rgba(0,0,0,0.1); |
||
− | } |
||
− | .content_box h3 { |
||
− | /* Reset padding so is equal across skins */ |
||
− | padding-right: 0; |
||
− | padding-top: 0; |
||
− | padding-bottom: 0; |
||
− | /* Padding left gets overridden by headanchor gadget */ |
||
− | margin: 0.5em 0; |
||
} |
} |