Making file download button smaller

This commit is contained in:
Kevin Chung
2016-12-26 20:19:19 -05:00
parent 848c9f89c7
commit 6eee636893

View File

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