summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/css/style.scss b/assets/css/style.scss
index fcaa1c5..b9ca17e 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -132,3 +132,20 @@ footer{
 section{
     width: 65%;
 }
+@media print, screen and (max-width: 960px) {
+    .wrapper {
+        width: auto;
+    }
+    
+    header {
+        width: auto;
+    }
+    
+    footer {
+        width: auto;
+    }
+    
+    section {
+        width: auto;
+    }
+}
\ No newline at end of file