New mission: revamp the portals to make them look actually tolerable to the eye. They are currently placeholders as of now.
The Gold Network: Soyworld | SNCApedia | SoyPlace


Please do not be surprised when the site randomly loads extremely slow. It is probably being DDoSed.


I'm not dead, just inactive for the moment. Faggot (talk) 20:16, 9 April 2026 (UTC)

Template:TwoCols/styles.css

From SNCApedia, the shit nobody cares about encyclopedia
Revision as of 14:17, 21 April 2026 by SomebodyRum (talk | contribs) (Created page with "Template:TwoCols/styles.css: .twocols-container { display: flex; flex-wrap: wrap; gap: 1.5em; Space between the two columns: width: 100%; } .twocols-column { flex: 1 1 0%; min-width: 250px; Forces columns to stack on mobile screens: }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
/* Template:TwoCols/styles.css */
.twocols-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em; /* Space between the two columns */
    width: 100%;
}

.twocols-column {
    flex: 1 1 0%;
    min-width: 250px; /* Forces columns to stack on mobile screens */
}