summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--_data/proxylist.yml1
-rw-r--r--_layouts/default.html2
-rw-r--r--assets/css/style.scss17
3 files changed, 19 insertions, 1 deletions
diff --git a/_data/proxylist.yml b/_data/proxylist.yml
index c08cc86..dccffd2 100644
--- a/_data/proxylist.yml
+++ b/_data/proxylist.yml
@@ -13,6 +13,7 @@ mirrors:
 - https://mayx.4everland.app/
 - https://mayx.dappling.network/
 - https://mayx-blog.statichost.eu/
+- https://xu4qy-yiaaa-aaaag-aa2iq-cai.icp0.io/
 others:
 - https://unmayx.blogspot.com/
 - https://unmayx.blog.fc2blog.us/
diff --git a/_layouts/default.html b/_layouts/default.html
index 54fdaed..1b9ecfb 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -50,7 +50,7 @@
       <h1><a href="{{ "/" | relative_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
 
       {% if site.logo %}
-      <img src="{{ site.logo }}" alt="Logo" />
+      <img src="{{ site.logo }}" alt="Logo" style="width: 90%;" />
         {% endif %}
 
       <p>{{ site.description | default: site.github.project_tagline }}</p>
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