mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2026-04-17 01:50:38 -05:00
template: Reduce media query from 750 to 720 pixels min width.
This commit is contained in:
@@ -594,8 +594,8 @@ article.docs .footnotes + footer {
|
||||
}
|
||||
}
|
||||
|
||||
/* Wider than 750 */
|
||||
@media (min-width: 750px) {
|
||||
/* Wider than 720 */
|
||||
@media (min-width: 720px) {
|
||||
article.docs {
|
||||
padding-left: 50px;
|
||||
padding-right: 50px;
|
||||
|
||||
Reference in New Issue
Block a user