MCT-master / mct-master.github.io

The blog of MCT
https://mct-master.github.io
14 stars 9 forks source link

When trying to "print" the blogpost as a PDF, the navbar obstructs the text on every page #32

Closed aleksati closed 3 years ago

aleksati commented 3 years ago

I think we need to add something like this to the CSS:

@media print and (max-width: 600px){
   // make the navbar HIDDEN here.. 
}

I will have a look at this.

aleksati commented 3 years ago

Now it looks something like this when we print a page Screenshot 2021-06-09 154832

I will close this issue now