diff --git a/CTFd/templates/original/chals.html b/CTFd/templates/original/chals.html
index 184828ff..17cf032f 100644
--- a/CTFd/templates/original/chals.html
+++ b/CTFd/templates/original/chals.html
@@ -13,7 +13,7 @@
.file-button {text-decoration: none; color: #fff;}
.file-button:hover {text-decoration: none; color: #fff;}
- .file-wrapper {padding: 20px; transition: all 0.5s ease; cursor: pointer; color: #fff; width: 100%; text-overflow: ellipsis; overflow: hidden;}
+ .file-wrapper {padding: 10px; transition: all 0.5s ease; cursor: pointer; color: #fff; width: 100%; text-overflow: ellipsis; overflow: hidden;}
.file-button {cursor: pointer;}
.file-button-wrapper {padding: 0px 10px;}