Removed print button for mobile landscape version
This commit is contained in:
parent
2931f85a18
commit
b355c59638
1 changed files with 8 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue