View search results in the center of the screen on the Qwant.com search engine
Center Qwant by phoenix616

Details
Authorphoenix616
LicenseCC-0
Categoryqwant
Created
Updated
Size426 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name qwant.com
@namespace phoenix616.dev/CenterQwant
@version 1.0.0
@description View search results in the center of the screen
@author Phoenix616
==/UserStyle== */
@-moz-document domain("qwant.com") {
div#root main {
max-width: 1400px;
margin-left: auto;
margin-right: auto;
}
div#root main > div:first-of-type {
max-width: 79%
}
}