CURRENT MISSION: Conclude the 2026 soyjak.party hack page, aswell as any pages relating to it, such as the Summer 2026 Crisis page.
Update Quotecord with any relevant info. See the blackboard for more info.

User:MarketPliers/PortalBase/styles.css

From Soyjak Wiki, the free ensoyclopedia
Revision as of 23:28, 22 July 2026 by MarketPliers (talk | contribs) (Created page with ".template-portalbase { display: grid; gap: 1rem; width: 100%; } .template-portalbase > .header h2, .template-portalbase > .portals h2 { border-bottom: unset; margin: 0; padding: 0; } .template-portalbase > .header { grid-area: header; } .template-portalbase > .header-image { grid-area: headerimage; } .template-portalbase > .portals { grid-area: portals; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.template-portalbase {
	display: grid;
	gap: 1rem;
	width: 100%;
}

.template-portalbase > .header h2,
.template-portalbase > .portals h2 {
	border-bottom: unset;
	margin: 0;
	padding: 0;
}

.template-portalbase > .header {
	grid-area: header;
}

.template-portalbase > .header-image {
	grid-area: headerimage;
}

.template-portalbase > .portals {
	grid-area: portals;
}