Skip to content

Center Roblox Home Page by cass_per

Details

Authorcass_per

LicenseNo License

Categoryroblox

Created

Updated

Size428 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Centers the content

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Center Roblox Home Page
@version      20220803.22.19
@namespace    userstyles.world/user/cass_per
@description  Centers the content
@author       cass_per
@license      No License
==/UserStyle== */

@-moz-document url("https://www.roblox.com/home") {
#container-main .content,
#HomeContainer {
  min-width: 100%;
}

#HomeContainer div.section,
#place-list {
  max-width: 968px;
  margin: auto;
}
}

Reviews

No reviews yet.