summaryrefslogtreecommitdiff
path: root/src/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.css')
-rw-r--r--src/App.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css
index 986f62e..5d32cc6 100644
--- a/src/App.css
+++ b/src/App.css
@@ -13,6 +13,17 @@
margin-left: 220px;
}
+@media only screen and (max-width: 768px) {
+ .left {
+ width: 100%;
+ float: none
+ }
+
+ .right {
+ margin-left: 0;
+ }
+}
+
.clear {
clear: both;
}