summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2025-05-16 15:56:43 +0200
committermayx <mayx@outlook.com>2025-05-16 15:56:43 +0200
commitb3bc4d12c863f4a5c1bd12dc353c80a48d39259a (patch)
tree2ac01f559d2b2c45cbf082959b28698ac186e829 /assets
parente0aba75f775931b0e59257c6b00225f53cdbfe50 (diff)
Update 3 files
- /assets/css/style.scss - /_data/proxylist.yml - /_layouts/default.html
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