some extra width sizes

This commit is contained in:
Luis Aleixo 2021-08-18 16:22:19 +02:00
parent b7276d4714
commit d06528e5b4
2 changed files with 1 additions and 3 deletions

View file

@ -104,7 +104,7 @@ p.notes {
}
}
@media print {
@media screen and (max-width: 1301px) {
.collapse {
display: block!important;
}

View file

@ -2,8 +2,6 @@ window.onload = function() {
document.getElementById("download-pdf")
.addEventListener("click", () => {
const pdf_version = this.document.getElementById("body");
const button = this.document.getElementById("download-pdf");
button.style.display = 'block'
console.log(pdf_version);
console.log(window);