Fixes to responsive design.

This commit is contained in:
softsimon
2020-03-10 15:25:49 +07:00
parent 0f41b0d933
commit 3c38aaaf33
4 changed files with 6 additions and 15 deletions

View File

@@ -20,12 +20,3 @@
margin-top: 15px;
}
}
@media (min-width: 768px) {
.float-right-md {
float: right;
}
.float-left-md {
float: left;
}
}