Commit 2e6f0534 authored by Sindre Sorhus's avatar Sindre Sorhus

Remove ; from main.css

parent cadb57b2
......@@ -380,7 +380,7 @@ a.zocial {
.credit a {
display: block;
};
}
}
@media (max-width: 768px) {
......@@ -413,7 +413,7 @@ a.zocial {
-ms-columns: 2 !important;
-o-columns: 2 !important;
columns: 2 !important;
};
}
}
@media (max-width: 980px) {
......@@ -423,5 +423,5 @@ a.zocial {
-ms-columns: 3;
-o-columns: 3;
columns: 3;
};
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment