Create side-by-side.css

This commit is contained in:
mike-000
2019-07-26 13:34:28 +01:00
committed by GitHub
parent e6458222c1
commit 9946554575

View File

@@ -0,0 +1,7 @@
@media (min-width: 800px) {
.half {
padding: 0 10px;
width: 50%;
float: left;
}
}