bigger tracking map,
change width and height to adapt to your screen resolution
northcape4000.com 4K screen by yvo2m
Details
Authoryvo2m
LicenseNo License
Categoryuserstyles
Created
Updated
Size473 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 northcape4000.com - 8/4/2022, 2:52:00 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("northcape4000.com") {
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 4000px;
}
.elementor embed, .elementor iframe, .elementor object, .elementor video {
height: 1400px;
}
}