Skip to content

geizhals.de ultrawide center align by dekkia

Screenshot of geizhals.de ultrawide center align

Details

Authordekkia

LicenseWTFPL

Categorygeizhals.de

Created

Updated

Size567 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Center-Aligns the main content-block geizhals.de on ultrawide monitors.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         geizhals.de ultrawide center align
@version      20211204.11.15
@namespace    userstyles.world/user/dekkia
@description  Center-Aligns the main content-block geizhals.de on ultrawide monitors.
@author       dekkia
@license      WTFPL
==/UserStyle== */

@-moz-document url-prefix("https://geizhals.de") {
#main-content,
#gh-main{
    width: 1920px;
    margin: auto;
}

#gh-wrapper>.flex{
    max-width: unset;
}

}

@-moz-document url-prefix("https://geizhals.de/?") {
#gh-wrapper > div.flex{
    background: var(--grey-lighter-50);
}
}

Reviews

No reviews yet.