Line 160: | Line 160: | ||
/*set size for equations of JaxMath*/ | /*set size for equations of JaxMath*/ | ||
.equation p { | .equation p { | ||
− | font-size: | + | font-size: 0.8rem!important; |
} | } | ||
+ | /*equations for Mobile devices*/ | ||
+ | @media screen and (max-width: 1000px) { | ||
+ | .equation p { | ||
+ | font-size: 6px!important; | ||
+ | } | ||
+ | } | ||
</style> | </style> |
Revision as of 04:02, 19 November 2017