mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
template: Reduce media query from 750 to 720 pixels min width.
This commit is contained in:
parent
195bc2373d
commit
421e83b091
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user