aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/style.css b/style.css
index cfd8528..c14e9b3 100644
--- a/style.css
+++ b/style.css
@@ -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