diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -154,11 +154,22 @@ li a:hover { } -.row { +.row-cards { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; +} + +.row-column:after { + content: ""; + display: table; + clear: both; +} + +.column { + float: left; + width: 33.33%; }
\ No newline at end of file |
