Removed print button for mobile landscape version

This commit is contained in:
Luis Aleixo 2021-10-14 10:09:33 +02:00
parent 2931f85a18
commit b355c59638

View file

@ -234,7 +234,7 @@ footer img {
padding: 10px;
}
.header_text {
font-size: 2.25vh;
font-size: 1rem;
font-weight: bold;
}
.nav-link {
@ -263,11 +263,18 @@ footer img {
font-size:.75rem;
}
}
/* Devices under 768px (md) */
/* @media (max-width: 767.98px) {
} */
/* Large (lg) devices (desktops, 992px and up) */
@media (max-width: 992px) {
#download-pdf {
display: none;
}
}
/*============ BOOTSTRAP BREAK POINTS: