It centers the google search result on www.google.com/search
Center Google Search by violator9721
Details
Authorviolator9721
LicenseNo License
Categorywww.google.com
Created
Updated
Size326 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 Center Google Search
@version 20230323.15.36
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/search") {
.srp {
margin: 0 auto;
margin-left: 10%;
}
.Q3DXx {
margin-left: 8%;
width: 80%;
}
}