Update 3 files

- /assets/css/style.scss
- /_data/proxylist.yml
- /_layouts/default.html
This commit is contained in:
mayx
2025-05-16 13:56:43 +00:00
parent e0aba75f77
commit b3bc4d12c8
3 changed files with 19 additions and 1 deletions

View File

@@ -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;
}
}